by random9190
Question about C++ knowledge for job
|
|
[2 replies] Last: Coming directly out of school, the expectations set upon you during an... (by jsmith)
|
by kevin06s
Purpose of Iterators?
|
|
[1 reply] : Neither compiles, but the second one would if the variable were not na... (by jsmith)
|
by michy
strcmp
|
|
[7 replies] Last: You can pretty much prefer string everywhere. Unless you are in C, whi... (by Zhuge)
|
by pacerier
Games Programming
|
|
[12 replies] Last: [quote=Seraphimsan]Lol, I have a friend who opted to learn C# as his f... (by Return 0)
|
by KC2010
cannot get search to work properly.
|
|
[no replies]
|
by chunter415
2 getlines in if statement
|
|
[no replies]
|
by shane54747
Converting base 8
|
|
[1 reply] : To "trace" they mean show what the value of n is at each step. So... (by Duthomhas)
|
by ssushchy
bisection method to find roots
|
|
[no replies]
|
Run time Failure- Stack around the variable was corrupted |
|
[2 replies] Last: That was the problem. The test {s !='\0'} was wrong. Changed the te... (by funprogrammer)
|
by emptyc73
output display is wrong
|
|
[3 replies] Last: You're welcome. And to be honest, I was lucky with line 8. Just tried... (by Mathes)
|
by shane54747
Quick Sort
|
|
[2 replies] Last: Here is a way http://www.cplusplus.com/reference/algorithm/sort/ (by OnymousIllusion)
|
by Hibochi
Error checking an array
|
|
[2 replies] Last: it didnt work, i dont quite know what you mean by failbit. (by Hibochi)
|
by lost
divide weights into two groups
|
|
[9 replies] Last: I assume OP is looking for an algorithm that generates the optimal sol... (by jsmith)
|
by MicMagicFly
VOID function
|
|
[12 replies] Last: what i meant was you have to use return; instead of return whatever... (by Mathes)
|
by tidbit
trying to pull a specific digit from an intiger
|
|
[5 replies] Last: Thank you for the explanation on strings. I was thinking using a strin... (by tidbit)
|
by Aleksandrs
CALL FUNCTION WITH SET TIME PERIOD IN A BACKGROUND
|
|
[3 replies] Last: Boost Asio is a framework for doing what you need. Look at the core A... (by PanGalactic)
|
by SuperHP
C++ read file
|
|
[6 replies] Last: Thx :) (by SuperHP)
|
by ankushnandan
Constructor's calls
|
|
[4 replies] Last: You should think twice about not using a virtual destructor on base. (by kbw)
|
by prince1
reading several files in the loop
|
|
[1 reply] : ifstream theFile1("file1.txt"); ifstream theFile2("file2.txt"); s... (by crimson)
|
by mmthob
dice game
|
|
[2 replies] Last: I'm no heavy weight coder by any means, but it definitely looks as if ... (by wolfcry)
|