Need a little helpAn array isn't necessary here. I would get rid if it completely. [code]set highest = minimum possib...
extract text from textIn this case there is no need to use a stringstream. Its only purpose was to convert a string into a...
out_of_range errorProbably the program is accessing an element outside of the vector. Line 184:[code] for (int i =...
Really don't get this function thingAt line 94 you call the function GetName() and store the returned value in the variable [code]Name[/...
Code::Blocks .c extension issueThe .cbp file should not be renamed. It is, as indicated from the sample above, the [b]CodeBlocks Pr...
This user does not accept Private Messages