by Mahmood619
Can't identify the error in the program
|
|
[1 reply] : You're going to need to tell us more than that. I don't want to spend ... (by Zhuge)
|
by soft0613
G++ STL: allocators hell
|
|
[1 reply] : OK no worries... I got to learn how to read a man... the second argume... (by soft0613)
|
Dividing Variables into "bins" (1,2,3) |
|
[55 replies] Last: if (f<min) index=0; else if (f>=max) index=bucket_count-1; e... (by helios)
|
by Timus
Problem with double
|
|
[1 reply] : Rounding errors... If you want the sum rounded to the nearest int, ho... (by andywestken)
|
by itcplpl
passing an ifstream argument to a function
|
|
[2 replies] Last: so how do I write it correctly so that it reads the lines(i.e. string ... (by itcplpl)
|
by teflondon
Basic permutations question
|
|
[no replies]
|
by jpotts
Starting GUI
|
|
[7 replies] Last: I don't know about Qt Creator itself. When I installed Qt it integrat... (by andywestken)
|
by clros
C++0x interruptible thread
|
|
[9 replies] Last: Alternatively, do you have a blocking recv() with a timeout? (by helios)
|
by fsshl
no match for call to '(Sequence::const_iterator) ()'
|
|
[2 replies] Last: That's half the problem. The other half is that the declaration is am... (by jsmith)
|
by kkg
Output error: WHat's wrong with my code???
|
|
[7 replies] Last: for debugging purposes it's better to write each expressin on one lin... (by andywestken)
|
by biot023
Are the reference pages downloadable?
|
|
[2 replies] Last: http://www.cplusplus.com/forum/lounge/42421/ (maybe --mirror would be ... (by ne555)
|
by vasiqshair
Understanding hash tables
|
|
[1 reply] : Hash maps are usefull when you want to index data by a key. For exampl... (by bartoli)
|
by NickPaul
C++ 2008 Express - Problem Linking
|
|
[6 replies] Last: From what I've read today, I was under the impression that .lib files... (by helios)
|
by vasiqshair
Evaluating binomial coefficients
|
|
[5 replies] Last: No. Save for a few exceptions (the rule is rather complicated and not ... (by helios)
|
by Disch
Adding/Replacing elements in a map
|
|
[2 replies] Last: Pshaw. So obvious if you read. Thanks hamsterman. (by Disch)
|
by RedTheGreen
Download Updates for Program
|
|
[6 replies] Last: Thanks! (by RedTheGreen)
|
by zoe
Menu Problems
|
|
[1 reply] : dude! is this what you want to your output? #include < iostream > u... (by gandalfgreyhame)
|
by itcplpl
function as a function parameter
|
|
[13 replies] Last: so, I wanted to revise the code so it read from a file instead of cin,... (by itcplpl)
|
by javajustin
new to programming
|
|
[2 replies] Last: And don't stop there, the rest of the tutorials will undoubtedly prove... (by shacktar)
|
by lezil
help read map
|
|
[no replies]
|