by Bubiche
Open files in a "sorted" order to work on them
|
|
[2 replies] Last: Thank you very much! That works wonderfully, I haven't used stringstre... (by Bubiche)
|
by Gkneeus
I can't run any projects in visual c++ 2010
|
|
[2 replies] Last: Still does not work, Now I am getting the error: about() has been cal... (by Gkneeus)
|
by Nezar
DUMB question
|
|
[2 replies] Last: Oh, thank God, it worked !! thanks a lot, you saved me :) (by Nezar)
|
by Furjoza
fatal error LNK1215
|
|
[no replies]
|
by neel3123
Program That Counts Number of Words
|
|
[3 replies] Last: Why not just iterate through the sentence characters, count the space... (by MiiNiPaa)
|
by Rapte
Automatic open
|
|
[1 reply] : You could have a system() call inside the code for your executable fil... (by Ganado)
|
by neel3123
Program That Seperates Even And Odds Error
|
|
[7 replies] Last: You really saved me. Thank you for all your help with this program i ... (by neel3123)
|
by jadegnan
how to keep track of headers
|
|
[1 reply] : Include headers which contain stuff you need and remove others. wh... (by MiiNiPaa)
|
by marsb
smart pointers and simulations
|
|
[2 replies] Last: thank you. (by marsb)
|
by NookLines
Char* to int - can't get it to work!
|
|
[7 replies] Last: Thank you everyone for your help! :) (by NookLines)
|
by CDavis
Do While statement using a Char
|
|
[4 replies] Last: One other problem: Line 8: srand() does not belong in the diceRoll f... (by AbstractionAnon)
|
by mehak
extern
|
|
[1 reply] : Because you've said i exists in another translation unit, but you ha... (by AbstractionAnon)
|
by mehak
near,far, huge pointers
|
|
[2 replies] Last: thnx :) (by mehak)
|
by neel3123
Even Odd Seperation Program
|
|
[6 replies] Last: void separate(std::vector<int> &input) { std::vector<int> even, od... (by ne555)
|
by Franky4
Tic Tac Toe game
|
|
[5 replies] Last: 1) having return 0; after break is pointless 2) If you want to hav... (by MiiNiPaa)
|
by tributo
fabs versus abs?
|
|
[1 reply] : C++ provides overload of abs() for all arithmetic types. fabs() a... (by MiiNiPaa)
|
by h4ever
Forward declaration of class
|
|
[4 replies] Last: U R Good - You found the error (but I did it too). What I did wrong is... (by h4ever)
|
by Dobielover
Min program for array
|
|
[1 reply] : So... I assume you were given (or made yourself) the class unorderedAr... (by DroolingDonut)
|
by Bzawk
Problem with ostream::put
|
|
[2 replies] Last: Today i tried diffrent IDE and compiler (before one with TDM-GCC 4.8.1... (by Bzawk)
|
Help Creating a VS solution from xcode project |
|
[no replies]
|