by galiwocky
Trouble with Boolean ( Linear and binary search )
|
|
[2 replies] Last: 1 2 3 4 5 while ( loc < n && found == false ) { if ( item == list[... (by galiwocky)
|
undeclared(first use this function) |
|
[2 replies] Last: wow Thank You very much! you're a lifesaver! (by closed account zT7X92yv)
|
by Jeremiah234
Remove punctuation marks from file
|
|
[1 reply] : In pseudo-code: open file // Use std::ifstream("/path/to/file") if (... (by chrisname)
|
by santih87
error C2079: 'A::b' uses undefined class 'B'
|
|
[1 reply] : http://www.cplusplus.com/forum/general/62930/#msg340590 (by kbw)
|
by savan12986
app crash on file read
|
|
[4 replies] Last: ok. I think I found the problem with the read. state is declared as a ... (by savan12986)
|
by Jangles
Loop help?
|
|
[1 reply] : use booelans: bool nextStep = false; while(!nextStep) { cin>>user... (by timmyyyyy)
|
by eves
++ operator?
|
|
[11 replies] Last: changed the constructor to // converts integer into a vector of type... (by eves)
|
by shywolf91
Game of Life Help
|
|
[3 replies] Last: I need help finishing this code. What do I do? I need help with the la... (by shywolf91)
|
AVL Tree crash bug |
|
[1 reply] : Can anyone help me? height is an int representing the length of the su... (by Bill Horstkamp)
|
by cotboiz
library inventory
|
|
[3 replies] Last: Was there your code or code someone else wrote? (by ResidentBiscuit)
|
by harryxu
enum to string
|
|
[1 reply] : Lookup table: const char* daynames = {"monday","tuesday",...}; enu... (by Disch)
|
by Owain
Silly question
|
|
[2 replies] Last: if you put a NULL char after your pathname, you can just do a 'for' lo... (by timmyyyyy)
|
by rocketman
Sorting-Struct
|
|
[2 replies] Last: I've looked into that, but i'd like to keep them in Nodes instead of u... (by rocketman)
|
Opengl Bullets not showing. |
|
[2 replies] Last: The other object GLuint texture; texture = LoadTextureRAW( filena... (by closed account 2NywAqkS)
|
by nballi
comparing string arrays
|
|
[6 replies] Last: Okay, I got it to work, sorry I kept looking past those numbers I comp... (by nballi)
|
by yossi321
data type problem
|
|
[no replies]
|
Using getline() |
|
[11 replies] Last: Even worse, I thought I read through all the istream functions. Someho... (by NewProgrammer)
|
by AoZplusplus
find in <algorithm>
|
|
[3 replies] Last: Thanks coder777 and hamsterman! Combining your suggestions, I can now ... (by AoZplusplus)
|
by jokerfwb
Why are these considered abstract classes??
|
|
[5 replies] Last: Found it I had getSurfaceArea in my concrete 3d classes so there for g... (by jokerfwb)
|
by adamhere
Strange Errors that Can not understand because of String Variable
|
|
[2 replies] Last: Hi, Stwbond: I moved extern string dayName ; out of class and made i... (by adamhere)
|