by brooks117
Finding equal consecutive elements of a specific number in 2d array
|
|
[no replies]
|
by Luutifa
A small SDL and array problem
|
|
[4 replies] Last: Wat? I'm using them in a loop, one after another. :/ (by Luutifa)
|
types of polygon |
|
[1 reply] : I cant find the relationShip of the question with cpp However ,you s... (by closed account 28poGNh0)
|
by usmiech
need help :)
|
|
[5 replies] Last: Thx :) (by usmiech)
|
by NOH BODHY
calling two programs
|
|
[no replies]
|
by maniacle
decoding runlength code with string input
|
|
[no replies]
|
by Jose94ji
Whats wrong with my program?
|
|
[1 reply] : cin >> coins; while(coins != 1 && coins != 2 && coins != 3 && coins ... (by jim80y)
|
by Jace
Stumped
|
|
[3 replies] Last: if (response == 'n') // exactly the same problem as before. Use s... (by AbstractionAnon)
|
by manderson1
Quadratic equation homework problem
|
|
[6 replies] Last: Oh wow, I'm an idiot. Thanks. (by manderson1)
|
Memset Help |
|
[1 reply] : Why did you declare a variable with the reserved keyword name "new"!!... (by xkcd83)
|
by suchanoob
Allocating Dynamic Array as Data Member
|
|
[1 reply] : shouldn't line 16 be: component=new float ; Also, put line 17 ... (by xkcd83)
|
by arashf
Define an array of non-fixed size as a function inside a class
|
|
[3 replies] Last: I think you will find the STL to be very efficient - it wouldn't be th... (by TheIdeasMan)
|
Seems simple enough. Could somebody offer some insight? |
|
[2 replies] Last: Thanks! (by Steven Prescott)
|
by Oreo
designing a simple movie rating guide program
|
|
[3 replies] Last: Thank you very much to you both. It was very helpful :) (by Oreo)
|
by crchristmon
i am having trouble with this
|
|
[10 replies] Last: if (disc > 0) { cout << "The discriminant is: " << disc << endl; x1... (by fg109)
|
by devodid
Loop/ifstream getline problem (rather urgent)
|
|
[2 replies] Last: Okay I changed it to this. Still reads one line. while(getline(infile... (by devodid)
|
by Jace
Function conjunction
|
|
[2 replies] Last: I don't know much about C++, can someone enlighten me what a windows u... (by Jace)
|
by mrtyson86
whats wrong with this code
|
|
[8 replies] Last: thanks!!! (by mrtyson86)
|
by Tapout101
C++ Machine Language and RTN Instructions
|
|
[2 replies] Last: Hi Chervil, Thank you for the heads up on the Global decloration for ... (by Tapout101)
|
by Exempt
cout issue maybe?
|
|
[4 replies] Last: Better still, properly cast it. There's no need to cast it to a dou... (by Disch)
|