A Few Quick Questions... |
|
[1 reply] : If you're using Windoze, I don't know what to recommend for you, but S... (by ciphermagi)
|
by catalincat94
quadratic equation
|
|
[1 reply] : Are you guarding against (b*b) - (4*a*c) being -ve? sqrt() can on... (by andywestken)
|
by Pelk
Mistery Close
|
|
[5 replies] Last: That's because cin >> leaves the end of line in input stream. This end... (by hamsterman)
|
how to constantly search specific characters and keep doing so in c++ for a text file? |
|
[1 reply] : anyone? (by Noobscratcher)
|
by chameleon
goto problem
|
|
[2 replies] Last: Yes, the ';' is the solution! Thanks! The thing about null statement i... (by chameleon)
|
by alexiel
converting for loop to while loop
|
|
[1 reply] : The scoping rules for for-loops meant you could get away with using i ... (by andywestken)
|
by RegenC
Strings and characters... bane of life...
|
|
[1 reply] : As you declared InputString inside the while loop, it cannot be seen o... (by andywestken)
|
by ricky0627
C++
|
|
[16 replies] Last: There's two solutions to this problem. There's a nice little rewrite ... (by Kyon)
|
by Catcherinrye
About swith
|
|
[1 reply] : Start by putting in cout << "a=" << a << "b=" << b << endl; so you... (by Moschops)
|
by cypro
Broken clock problem..
|
|
[no replies]
|
card game breaking |
|
[2 replies] Last: Thanks for the tip, looking up realloc now :) will that solve the outp... (by Zachary Burgess)
|
by Blessman11
Dynamic array that can be re-sized at runtime
|
|
[1 reply] : This is the same question as http://www.cplusplus.com/forum/beginner/5... (by andywestken)
|
by Blessman11
Dynamic array that can be re-sized at runtime
|
|
[1 reply] : 1. An array of size N has elems from 0 .. N-1. So you are setting valu... (by andywestken)
|
by TJ13
NEW TO C++ NEED HELP WITH HOMEWORK...
|
|
[1 reply] : What exactly is your problem? (You might be under programmer stress ... (by Blessman11)
|
by liondancer
help with recursion!
|
|
[2 replies] Last: Add an extra "sum" param to fibevensum -- it will need to be a ref. T... (by andywestken)
|
by yewtzeee
DATE in string
|
|
[no replies]
|
by OCTO13ER
Lottery Program Help
|
|
[no replies]
|
by behzadkh
Max efficiency in Map, question from website tuterial
|
|
[no replies]
|
by biplav17
why doses not this simple function work?
|
|
[6 replies] Last: biplav17, nobody can confirm anything, because you haven't posted all ... (by ciphermagi)
|
by Lia
help me solve this problem statement
|
|
[1 reply] : What about it do you need help with? (by Zhuge)
|