by Nonlin
Find Frequency (string into Struct Array)?
|
|
[5 replies] Last: Saddly can't use sstream or any other include other than string and I'... (by Nonlin)
|
by fefer
input text file help needed
|
|
[no replies]
|
by hansaaa
STL regex to match multiple substrings
|
|
[2 replies] Last: Ok,that should work! Thanks! :) (by hansaaa)
|
by wk0109
how to search second record from text file
|
|
[no replies]
|
error in test.cpp file |
|
[14 replies] Last: In (( fixed_ / (divisor.fixed_ & (power2<F>::value-1)) )<< F ) W... (by JLBorges)
|
help with arrays / substrings? |
|
[10 replies] Last: thanks for this useful information.... i need this type of help.... (by Beverlycen)
|
Need Help IN C++ |
|
[13 replies] Last: Well im in central time so im in school from 7:30am to 3:35pm i don't ... (by Dirtymonkeysk8r)
|
by Letters
map, begin() method example
|
|
[2 replies] Last: the iterator returned by std::map::begin() is beeing incremented befo... (by MikeyBoy)
|
by eastw
How To Edit File
|
|
[5 replies] Last: I assume that you would use C++ and std::library typedef struct leve... (by writetonsharma)
|
by Phiru
Network game.. how to move?
|
|
[1 reply] : sendData( CharacterObj.x1 + 10 ); (by Fransje)
|
code into function and stopping a loop |
|
[1 reply] : - You can put the whole thing in a loop. If you need to go up, just st... (by writetonsharma)
|
by rmxhaha
Doing this without goto
|
|
[3 replies] Last: I mean that most of the time goto make simple things looks difficult ... (by rmxhaha)
|
by rethabile
NEED HELP
|
|
[4 replies] Last: cplusplus (by rethabile)
|
by Durden
Multiplication of complex numbers
|
|
[1 reply] : class complex { private: double Re, Im; /*...*/ public: void ... (by MiiNiPaa)
|
by Anmol444
Why not?
|
|
[2 replies] Last: Your edit is spot on (by Smac89)
|
by kiknwing11
Text Editor / AI
|
|
[8 replies] Last: I also need help with vectors. I know this is spaghetti code, but plea... (by kiknwing11)
|
by miguelmiguel
Tic tac toe, small problem.
|
|
[1 reply] : I once had trouble with this myself. You have this: if (winner == 'X... (by Angelus1609)
|
by bluespeed30
Game assignement trouble updating life
|
|
[3 replies] Last: I've corrected this problem by outputing the result in the function wh... (by bluespeed30)
|
by Alex91
Validation functions (1,2)
|
|
[22 replies] Last: I guess the if statement doesn't continue to evaluate like the while s... (by Alex91)
|
by xwielder
Array (multi-dimensional ?) matrix brain-fart.
|
|
[8 replies] Last: As an aside, in the long run I find it simpler to treat 1D arrays as m... (by Ikaron)
|