by learning cpp
0 or Null in C++?
|
|
[13 replies] Last: KDE 4's new plasma thingie is a big thumbs down, IMHO. I had all kind... (by jsmith)
|
by jrock
structures
|
|
[2 replies] Last: jrock, This should work, though it's not great. If you have t... (by klxp9)
|
by arun1390
Compilation queries...
|
|
[4 replies] Last: The far as i know: no. You will have to download a IDE or a compiler t... (by Scipio)
|
by cangel
PlaySound
|
|
[3 replies] Last: This pronlem usually turns up when you select Win32 Application wh... (by guestgulkan)
|
by mrgoogle
Clear and Redraw.
|
|
[1 reply] : Well i am also a beginner bu i can help u wid this. Do sumfin like th... (by chaudharybilal)
|
by klxp9
The *next command(?) in C
|
|
[4 replies] Last: Sure thing. I'm learning all sorts of stuff reading source cod... (by klxp9)
|
by arun1390
Making an executable file from c++ source code
|
|
[2 replies] Last: Correct, and once you build it like that go to where your projects sav... (by Mythios)
|
by Timbo1
Calculator
|
|
[5 replies] Last: you should delete previous declarations of x, y and z from your code (by Bazzy)
|
by wilnos
Probelm with Arrays, Pointers, or Loop/ Function Calls, Im not sure which
|
|
[9 replies] Last: If you use a 2D array then all you need is to hold two pairs of info ... (by Faldrax)
|
by wishly
can you fix this source??
|
|
[6 replies] Last: Hah all is good, i just didn't know if it's allowed to be spoken about... (by Mythios)
|
by lancer13
C creating block dude
|
|
[3 replies] Last: Yeah the SDL can take some getting use to but - in the long run the S... (by Mythios)
|
by matt570
Random number array
|
|
[8 replies] Last: You are on the right track. But you need to keep two pieces of inform... (by jsmith)
|
Issue with a program that calls a function and has a loop |
|
[4 replies] Last: No problem - glad to help (by Mythios)
|
Changing content of a file using an exe |
|
[3 replies] Last: Hi Faldrax. Will keep your comments (about avoiding cross/duplicate... (by newkidonthebloc)
|
by jakeboii69
looking for a learning buddy
|
|
[1 reply] : The tutorial on this site is a good one: http://www.cplusplus.com/d... (by firedraco)
|
by Blanco64
Alternative to CIN
|
|
[2 replies] Last: thanks for your help. What I ended up doing was to use the cin.getlin... (by Blanco64)
|
by mgph
how to clear the screen in console ?
|
|
[1 reply] : try system("Pause"); and system("cls"); (from iostream). They are... (by Bazzy)
|
by Ray
Simple Calculator
|
|
[5 replies] Last: Could have helped you, but solving homework is forbidden, sorry. (by vorticidal)
|
by euphoric28
loop not ending
|
|
[7 replies] Last: It would need to be if( rank[ 0 ] == 'A' && !strcmp( club, "sabr... (by jsmith)
|
by Ray
Confused and upset.
|
|
[10 replies] Last: The original purpose of namespaces was to solve the problem where two ... (by jsmith)
|