by satheesh
how can i delete the vector of outer loop inside inner loop
|
|
[1 reply] : It should be LogList.erase(iter4); , but be careful because this will... (by Peter87)
|
by jPytlo
Ordered linked lists with classes help!
|
|
[1 reply] : Firstly, this should be before your if statement: newNode->SetData... (by JellyFox)
|
by tina123
vector inside vector
|
|
[9 replies] Last: The first erase() should work. The problem are the subsequent erase().... (by coder777)
|
by satheesh
Replace '\' with '/' in c++
|
|
[1 reply] : You can't write '\' - the backslash indicates an escape sequence, not ... (by JellyFox)
|
by ApacheOmega
Bioinformatics program with useless code
|
|
[3 replies] Last: the value can be what ever is imputed Well, no. While its value certa... (by helios)
|
by Eddy562
Attempting quadratic formula
|
|
[no replies]
|
by shaggy
Writing and saving patterns
|
|
[no replies]
|
by frostCrab
Accesing a Mutli-Dimensional Array from another Class file
|
|
[5 replies] Last: Right-o, thanks for the help. (by frostCrab)
|
by pogrady
tellg reporting larger file size
|
|
[2 replies] Last: Thanks.. I didn't realize that i could open a text file in binary mod... (by pogrady)
|
Calculator Program errors |
|
[1 reply] : why are you doing this following part of code...? int Operator = sta... (by HiteshVaghani1)
|
by lrj
type 'double' unexpected
|
|
[2 replies] Last: WOW! I have no idea why I didn't catch that. Thank you for your help! (by lrj)
|
by GoPredsGo
I think I am stuck
|
|
[no replies]
|
by bowlbase
While
|
|
[12 replies] Last: Reduce the tolerance, and your answer will be more precise. By the way... (by JellyFox)
|
Not understanding static_cast |
|
[3 replies] Last: See also http://en.cppreference.com/w/cpp/language/static_cast for sli... (by Cubbi)
|
by nothing3
Clock
|
|
[3 replies] Last: thank you! (by nothing3)
|
by peak144
Invalid Initializer
|
|
[5 replies] Last: C:\Dev-Cpp\ARRAYS.CPP Don't use Dev-C++, its old, outdated, bug fil... (by ModShop)
|
by amthompson4
C++ HELP PLEASE PLEASE!!!!!!!!!!!!!!
|
|
[no replies]
|
by hvacjesse
problem with a simple function
|
|
[5 replies] Last: RE: JellyFox I did that with int t because I need to declare a variabl... (by hvacjesse)
|
by munjo5746
count #of words and characters..!!
|
|
[no replies]
|
by jktexas1
skipping a line of text when using getline() function with a textfile
|
|
[2 replies] Last: Hey I actually tried the first function, but I never saw the second fu... (by jktexas1)
|