by toomanystars
Saving in console
|
|
[3 replies] Last: If you're only interested in saving output/input that appears on your ... (by ToniAz)
|
by gerfy1
Freelance Jobs?
|
|
[2 replies] Last: You need to learn more, but your more than welcome to search vworker h... (by naraku9333)
|
by sarip
Very basic pizza ordering program
|
|
[2 replies] Last: Thanks for the help! (by sarip)
|
by WaVyPaRtIcLe
Help me and I'll make you rich.
|
|
[3 replies] Last: That was easy. Thanks. (by WaVyPaRtIcLe)
|
by clodi
cin.clear() help?
|
|
[3 replies] Last: int value=0; cout<<"enter your play "; while (!(cin>>v... (by clodi)
|
by apeachaday
Error with reversing an array
|
|
[2 replies] Last: Thanks so much! It works perfectly! (by apeachaday)
|
by Tate
Output not calculating correctly for last "else" statement in program
|
|
[2 replies] Last: I have a tendency to OVER-THINK things... Arrrggghhh! Thanks so much ... (by Tate)
|
by pbd2012
i am a newbie to c++
|
|
[4 replies] Last: Are you going to answer? (by closed account N36fSL3A)
|
by Legjendat
Return string copy using pointers?
|
|
[2 replies] Last: You need a function prototype @line 5/6: char* strcpy(char *s); Or ... (by Lowest0ne)
|
by clodi
The old story of the emperor and chess..
|
|
[9 replies] Last: oook. Now I get it. I still need to find anoher solution to make this ... (by clodi)
|
by ApacheOmega
trying to simulate a buffer and producer
|
|
[1 reply] : I have no idea what you think a "buffer and producer" are, but that's ... (by cire)
|
by EZX
TOTAL beginner need help with task!
|
|
[5 replies] Last: its done thanks again! (by EZX)
|
SDL file not compiling |
|
[1 reply] : Replace SDL_BitSurface to SDL_BlitSurface on line 66 (by eraggo)
|
Multi Dimensional Run-Time Check Failure #3 - The variable 'testarray' is being used without being initialized |
|
[2 replies] Last: Thank you!! It solved the prob! (by bigbadbear9885)
|
by se123
tip calculator
|
|
[5 replies] Last: Thank you so much for your help. You guys are great. I will absolutely... (by se123)
|
by Tate
Output not displaying correctly for some "if else" statements calculating BMI (body weight category)
|
|
[7 replies] Last: Oh, I see! Guess I was over-thinking the problem.... Thank you! (by Tate)
|
by apeachaday
Error with custom swap function
|
|
[4 replies] Last: I figured it out. It was changing the variable, but when it left the ... (by apeachaday)
|
by Forseth11
Hide program from task manger
|
|
[4 replies] Last: I still need help! (by Forseth11)
|
by curiosity
Very simple reading csv to 4 arrays
|
|
[3 replies] Last: Can someone walk me through the best steps to take? (by curiosity)
|
Three level hierarchies of classes, polymorphic and virtual functions |
|
[1 reply] : You shouldn't inherit from `person'. Think what will happen with the t... (by ne555)
|