by alirah84
The number of repeated characters in a string
|
|
[8 replies] Last: There seems to be a bit of confusion in the structure of the program. ... (by Chervil)
|
by Molecular
Different classes in same vector
|
|
[7 replies] Last: wow, thanks. This is infinitely helpful! Didn't even know std::map was... (by Molecular)
|
by devonrevenge
confused about collision detection in SDL, i dont understand this snippit of lazt foos tutorial
|
|
[5 replies] Last: I GET IT NOW :D thanks for going to the trouble of explaining a t... (by devonrevenge)
|
by Katieeee
'uninitialized local variable x'...? please help
|
|
[2 replies] Last: Thanks :) (by Katieeee)
|
displaying info of object with iterator |
|
[1 reply] : You have to overload the << operator to achieve that: http://www.learn... (by Fransje)
|
The boolean seems to be not following my if statement |
|
[2 replies] Last: #include <iostream.h> int main() { int limit, num=2, ctr; cout << "... (by jullianvalondo)
|
by bjt223
Struct, Pointer, Linked List
|
|
[3 replies] Last: I already tried that. Ok, what did the debugger report the value o... (by TheIdeasMan)
|
by Raioner
Int to Decimals
|
|
[no replies]
|
by RedRider747
Very simple question!
|
|
[1 reply] : You could always press the print screen button, paste into paint, save... (by Raioner)
|
by Raioner
Why does this cause a program freeze?
|
|
[1 reply] : This code looks fine. Have you tried debugging? (by Zhuge)
|
by Hotice
Vector emptying itself...
|
|
[4 replies] Last: I knew I should have kept the second loop for that one! Thanks, man! P... (by Hotice)
|
by zkl
Explain my output
|
|
[2 replies] Last: quotient is declared as an integer. It should be a double as well sinc... (by Raezzor)
|
by FireNutz
Using 2 Arrays in a fuction
|
|
[4 replies] Last: Like Hekri said, vectors are one storage option that can change size a... (by Raezzor)
|
by Legjendat
Printf Problem.
|
|
[1 reply] : The main problem I have with you r code is the mixing of C & C++. I s... (by TheIdeasMan)
|
Average of values and same values |
|
[no replies]
|
by fish1709
problem with recursive descent parser
|
|
[no replies]
|
by green7n
.txt array of structs
|
|
[3 replies] Last: and I have no idea how to make it skip the first line of data so that ... (by green7n)
|
by dusty
need help with error - cout is ambiguous
|
|
[2 replies] Last: Thanks. That did it. (by dusty)
|
by IWishIKnew
Classes: Understanding them
|
|
[9 replies] Last: I will get more confortable with data structures before moving onto cl... (by IWishIKnew)
|
by ly712ig
help with my assignment
|
|
[3 replies] Last: You are using functions but don't know what arrays are? That seems kin... (by Raezzor)
|