by Boda
Wierd round on a float
|
|
[3 replies] Last: Thanks ppl. The % and int is really well thought. But without major ... (by Boda)
|
by etemadian
read from file
|
|
[2 replies] Last: try this one: http://codewall.blogspot.com/2010/12/reading-and-writin... (by thecodewall)
|
"Finding a sum of two numbers"-program |
|
[5 replies] Last: yup. got it! thanks. (by closed account E85L1hU5)
|
by Pantheon08
Unable to Multiply Decimals?
|
|
[7 replies] Last: Instead of ifstream and ofstream, just use an fstream. (by Kyon)
|
by Flava
Quasi-Informational system(Dynamic structures\&&some other stuff)
|
|
[1 reply] : The most straightforward way would be to create the two classes as you... (by Kyon)
|
by Counteron
Family age database c++
|
|
[4 replies] Last: if ( father == name ) { also, when posting code put it in code ... (by quirkyusername)
|
My Fail-Shapley Algorithm |
|
[2 replies] Last: get rid of that goto and replace it with a do while loop, gotos aren't... (by quirkyusername)
|
Applicable Math |
|
[5 replies] Last: if you ever need help with calc let me know. I'll just remain idle on ... (by ERanz21)
|
by KidFlash
C++ code won't compile.
|
|
[4 replies] Last: i think there will be an error with your while statement while(cho... (by ERanz21)
|
by biot023
Generic Programming and template function definitions only in header files?
|
|
[9 replies] Last: Brilliant, thanks. Think I'm gonna be an approach no. 2 man, myself. ... (by biot023)
|
by Kieth89
Address in Hex without a 0x?
|
|
[5 replies] Last: if you're using printf you can say: printf("%0#32x",0xff); which g... (by rocketboy9000)
|
by JoshMP
Problem with an Algorithm
|
|
[2 replies] Last: That seems to be the problem, thanks. And I don't start that loop fro... (by JoshMP)
|
How to allocate a contiguous two dimension vector? |
|
[2 replies] Last: Thanks, I don't need to "push" anything during the runtime, the size w... (by stereoMatching)
|
by freakalien
Scope operator for partial template specialization
|
|
[2 replies] Last: Excellent; many thanks... (by freakalien)
|
by Faff
Visual C++ Forms
|
|
[2 replies] Last: Thanks ! Managed to find a free readable version of the book on am... (by Faff)
|
by Leppie
Array sort problem
|
|
[4 replies] Last: Just needed to break out of the loop, thank you both, Leppie (by Leppie)
|
by PESITdude
Can we do this in c++
|
|
[13 replies] Last: Well they better get ready for it, becaust its coming with C++0x soon.... (by closed account 3pj6b7Xj)
|
by thenewguy
html link in a program
|
|
[3 replies] Last: hey thanks man, but it doesn't work for 'C++ Windows Form application ... (by thenewguy)
|
by ToniAz
Classes and templates
|
|
[3 replies] Last: Exactly! I know I should add key and value under private so I can... (by ToniAz)
|
by Kieth89
Is typecast permanent?
|
|
[2 replies] Last: A type-cast can be thought of as a translation. In this case you're tr... (by Albatross)
|