by DANNY123
The problem with the SDL
|
|
[no replies]
|
by pwd
Need Help with Randomness
|
|
[2 replies] Last: int main() { srand(time(NULL)); if(rand()%2 == 0) ... (by BigBlackSheep)
|
by laiwilliam
Need help on a simple program
|
|
[14 replies] Last: I like using arrays. It makes sense to me more. (by greenleaf800073)
|
Input while continually running |
|
[10 replies] Last: I'm going to do some work... (by greenleaf800073)
|
by cPlusN00b
program stands still SO CONFUSED
|
|
[8 replies] Last: Wait, how did that help? Sorry, I don't use those terms much. (by greenleaf800073)
|
Understanding placement new |
|
[7 replies] Last: Well, I think I need to use in my allocation class. I'd prefer to keep... (by ResidentBiscuit)
|
by PPAC13
Vector, string, int, and parameters.
|
|
[7 replies] Last: I finally got it work. Sorry for the late response. Thank you all for ... (by PPAC13)
|
c++ string |
|
[17 replies] Last: thanks guys for your replies. actually i'm new in this language. i'm l... (by charmcaster2549)
|
by ostar2
Printing unicode characters with key id
|
|
[2 replies] Last: Thanks! (by ostar2)
|
by steliosc1
Components
|
|
[no replies]
|
by Stephanie
.csv file (1,2)
|
|
[22 replies] Last: Please someone help me. I would greatly appreciate it :] I need to cr... (by Stephanie)
|
by Moray Baruh
Adding external libraries
|
|
[1 reply] : What are the compiler errors? Copy and paste exactly what you are gett... (by LB)
|
by Brandalf
Help with minesweeper
|
|
[no replies]
|
by elohssa
Why does my compiler let me do this...
|
|
[2 replies] Last: GCC has the option -pedantic to flag supported deviations from the s... (by Cubbi)
|
by mzimmers
instance of generic classes
|
|
[4 replies] Last: Oops...my mistake, Disch. This was originally a non-template class. Wh... (by mzimmers)
|
by camarowheels
MOD% to output new line every 10 characters
|
|
[1 reply] : if( i && i%numsPerLine == 0) cout<<"\n"; Don't do it when i is 0... (by LB)
|
by Alx101
Memory corruption, but only in release mode
|
|
[2 replies] Last: I'll fix the destructor, and no, there is no need for dynamic allocati... (by Alx101)
|
by gws923
Getting an error that my pure virtual functions aren't defined, but they are
|
|
[4 replies] Last: Figured it out. I had to specify in Ball's declaration of the methods... (by gws923)
|
by rero92
std namespace
|
|
[6 replies] Last: TheIdeasMan It was my fault, but I realize that now. It happens to b... (by kaidto)
|
by palauan73
does college prepare you for real world
|
|
[9 replies] Last: Well, college gives you an introductory idea of what you will experien... (by kaidto)
|