by packetpirate
Problem with "Graduation" exercise.
|
|
[3 replies] Last: Okay, I THOUGHT I had solved the problem, but now I'm occasionally get... (by packetpirate)
|
by gizzmo
friend function and inheritance
|
|
[3 replies] Last: someClass someClass::operator+(const someClass&) doesn't have to modif... (by mik2718)
|
by kraigballa
Return last value in document??
|
|
[2 replies] Last: Well if the buffer is of size 'length', then [length-1] would be the l... (by Disch)
|
by Zinnabun
Scoring data from a text file, loops problem
|
|
[2 replies] Last: Probably not the perfect style, i had not a lot of time to care of thi... (by MagicDark)
|
Program stuck in infinite loop |
|
[2 replies] Last: Thank you thank you thank you! I looked over it 100 times and kept mis... (by closed account 41pkoG1T)
|
by Ng Han Seng
transfer string variable
|
|
[1 reply] : its okay guys. i found the solution sprintf(new_string_variable, "co... (by Ng Han Seng)
|
by banzouk
Socket Programming for windows
|
|
[6 replies] Last: I don't know what's your problem. The internet is based on sockets hen... (by coder777)
|
by make026
(VC++)(Console)(GDI) How to output the graphics in Full Screen Mode?
|
|
[2 replies] Last: Thank for your reply, Disch. I'll think about it... (by make026)
|
by HELPplease
Designing a Gradebook
|
|
[1 reply] : int sum = 0; for( int i = 0; i < N; i++ ) sum += a ; //sum is no... (by Mathhead200)
|
Sorting a hand of card in poker |
|
[1 reply] : The problem is if you store everything as chars and strings it prints ... (by Mathhead200)
|
SFML Help. |
|
[1 reply] : daily can you tell me how you linked the SFML? http://www.cplusplus.co... (by hellohellomoon)
|
Class inheritance and constructors |
|
[3 replies] Last: wow...like I said, I knew it would be simple. I just realized it was ... (by PhoenixUprising)
|
by Eaden
Output file bigger than real data
|
|
[2 replies] Last: Oh I tried that, but you made me realize I forgot to open the output ... (by Eaden)
|
by Jeremy Foxx
error: invalid types 'double [199][double]' for array subscript|
|
|
[1 reply] : You can't use double to index an array. For example: double n=1 doub... (by helios)
|
by hma13
HELP needed to write this program.
|
|
[3 replies] Last: after reading the program over and over im getting a better under stan... (by hma13)
|
by JakeIsBoss
Class equivelant in C?
|
|
[4 replies] Last: Thanks for the help, I really appreciate it! (by JakeIsBoss)
|
by ajaustin12
Multipule Switch/Case
|
|
[3 replies] Last: Thank you all for your help. I use the braces because that was the w... (by ajaustin12)
|
by XiviC 03
convert int to char
|
|
[3 replies] Last: Do not use stringstream, that isn't the proper use for it, ostringstre... (by WilliamW1979)
|
[Linker error] undefined reference to `Download::download |
|
[2 replies] Last: That was your only error? I notice there is no #endif Without th... (by WilliamW1979)
|
by USherbPhys
access to bit from integer : a good way ?
|
|
[4 replies] Last: Oh, your right, that's the easiest way ! Thanks -USherbPhys (by USherbPhys)
|