by bleachy
openGL + Freeglut troubles
|
|
[3 replies] Last: Thank you, NwN. (by bleachy)
|
by danielo
error 31 invalid types `unsigned ***[int]' for array subscript
|
|
[14 replies] Last: Happens like that a lot with code. Just try your best to keep it tidy... (by MrHutch)
|
by wanirem
queue and linked list
|
|
[1 reply] : Hi there, It may just be me, but this looks an awful lot like the cod... (by closed account o3hC5Di1)
|
by Tej Samra
Summing digits of an integer
|
|
[5 replies] Last: Hi there, Sorry, we don't do homework for people, as stated in this f... (by closed account o3hC5Di1)
|
by jorz
return value class
|
|
[4 replies] Last: Thank you Moschops I don't know why but I must have overlooked somethi... (by jorz)
|
by Windwhistles
Cybersecurity
|
|
[1 reply] : Hi there, I'm afraid I don't fully understand your question. If you d... (by closed account o3hC5Di1)
|
by kfriede
Vector of Classes?
|
|
[6 replies] Last: Are you sure you don't have that backwards (From what I'm understandi... (by Shinigami)
|
by hillkidstr
Struggling with C++ Minesweeper Game (1,2,3,4)
|
|
[75 replies] Last: Hi there, Good to hear you got it working! :) As for the leaderboard... (by closed account o3hC5Di1)
|
Linking error - LNK2001/LNK1120 |
|
[1 reply] : Instead, it turns out this is a Visual Studio issue. I had checked al... (by closed account 4oL1hbRD)
|
by krakow10
Prime number program
|
|
[3 replies] Last: I figured it out myself. (by krakow10)
|
by korshyadoo
Dynamic char array length
|
|
[6 replies] Last: I'm just curious, but would you put a delete statement in this code so... (by closed account 4oL1hbRD)
|
by CJC0117
Opening file in Microsoft VS 2010
|
|
[2 replies] Last: Thanks naruku, I was looking in the folder where the solution was loca... (by CJC0117)
|
by CJC0117
Problem with URLDownloadToFile()
|
|
[no replies]
|
by s13kcut
Program not exiting. Prompts to end now
|
|
[4 replies] Last: Forget about the exit(0) . The problem lies in line 15 of the abov... (by Stewbond)
|
DECLARATION OF CONSTANT |
|
[4 replies] Last: It's a constant. As long as you're using it as a literal constant, th... (by cire)
|
by william427
i keep getting a warning that i cant seem to fix
|
|
[4 replies] Last: thanks alot i need to remember that one to (by william427)
|
by solo2wolf
What's wrong with my header?
|
|
[10 replies] Last: http://cplusplus.com/doc/tutorial/namespaces/ (by Zhuge)
|
by surikev100
simple code error
|
|
[6 replies] Last: cin.clear(); cin.ignore(80, '\n'); That should do it. And "cin.... (by Splux)
|
by pcbmaker01
problem with c++
|
|
[1 reply] : Hey Chris - welcome to the boards, your best bet would be to first wri... (by georgewashere)
|
by razzazzika
Double to long conversion
|
|
[5 replies] Last: Random suggestion: try unsigned long long ? (by Whovian)
|