by jsebastian87
minesweeper
|
|
[4 replies] Last: I did not understand about this website and code suggested to color fo... (by jsebastian87)
|
by gracinda710
The code compiles and has output successfully but segmentation fault
|
|
[2 replies] Last: Thanks! I am so careless... (by gracinda710)
|
by anthonys1mom
Inheritance, printing conversion from decimal to other bases
|
|
[9 replies] Last: int *dec_binary(int i) { int n = 0; int k = 1; int *p = NU... (by firix)
|
by tonnot
About .c and .h files and IDES
|
|
[no replies]
|
by Ihtisham
beginner
|
|
[2 replies] Last: You can find some tutorial video on youtube for example: C++ Tutori... (by screw)
|
by fabiux
header problems
|
|
[1 reply] : You'll have to post more of your code for us to be able to help. Pleas... (by Pax)
|
by jasonyctam
Using a condition in an if statement only if another condition is true
|
|
[2 replies] Last: Thanks Athar for the reply. Took me a while to actually understand wha... (by jasonyctam)
|
by yotama9
can I make c++ print output "online"
|
|
[3 replies] Last: fflush(stdout); (by coder777)
|
by knifty09
fscanf problems
|
|
[4 replies] Last: good point. (by rocketboy9000)
|
by murva
Value from an object on stack
|
|
[3 replies] Last: hey, in which file and project this program run? (by Ihtisham)
|
by Rave
link list locate error?
|
|
[no replies]
|
by Bri426
Writing functions and using arrays.
|
|
[14 replies] Last: Please use the code tags But, all that prints to the screen is: ... (by coder777)
|
by tomkur
problem of a loop with time comparison
|
|
[3 replies] Last: C++ itself does not have any sleep functions at all, usleep etc. is pr... (by Athar)
|
by Jeff123
static_cast
|
|
[3 replies] Last: http://msdn.microsoft.com/en-us/library/c36yw7x9%28VS.80%29.aspx Th... (by closed account S6k9GNh0)
|
input stream crashing program |
|
[7 replies] Last: Make it if (playerName.length()>10)playerName.resize(10); or player... (by Athar)
|
by Brianzor
Building a Triangle
|
|
[8 replies] Last: Thanks for your help there HooklessFastener but I found out today that... (by Brianzor)
|
Separating into functions |
|
[1 reply] : Aren't you getting comments on your code when it is marked? Anyway, w... (by Athar)
|
by SiBurtonGuy
Functions, Files, and Arrays.
|
|
[no replies]
|
by steallen
gets(); on my nerves!!
|
|
[17 replies] Last: Me too. But we need to respect his desires. (by Duthomhas)
|
by Nastix
Inputing Data w/o Pressing Enter
|
|
[4 replies] Last: Rather than install NCurses, I would get a lib for making games, since... (by Disch)
|