by Amnesiac
Streamsize, setprecision - Accelerated C++
|
|
[1 reply] : // get the current setting of precision in cout (without changing it... (by JLBorges)
|
by Fillock
Startup project
|
|
[no replies]
|
by Jose Garcia
Problems with a simple menu
|
|
[no replies]
|
by cjw92
Reading in an equation from a stream
|
|
[4 replies] Last: I only mentioned cin and cout to say "hey maybe you have worked with s... (by Lowest0ne)
|
by bluescreen
i need help with two confusing errors
|
|
[4 replies] Last: All your code is a mess :S double Num_Ans = cal1+cal2+cal3+cal4+cal5... (by Shinigami)
|
by science man
please help (1,2)
|
|
[32 replies] Last: This line declares an array of 20 characters. char student_answers ;... (by vin)
|
by jmobley
Multiple math problems
|
|
[no replies]
|
by noobkiller69
Need help to fix coding
|
|
[1 reply] : It works OK for input <=55. It doesn't work for 56 and above. For 56... (by vin)
|
by Mike1013
Temperature Converter; first little project
|
|
[2 replies] Last: Thank you very much for the quick and useful response! :D It works gre... (by Mike1013)
|
by elleNEO
Loopy with Loops
|
|
[6 replies] Last: Thank you so much cire. That version seems to work perfectly, and you ... (by elleNEO)
|
homework from university about C++ |
|
[1 reply] : Alright, now I'm only a beginner, but here is what I have so far... #... (by drawingkid1313)
|
by chirrrs
bool program (doubling pennies to a million)
|
|
[10 replies] Last: @CJC - Thanks, that worked! Any good reference material anyone can li... (by chirrrs)
|
by hvigil
text to array
|
|
[3 replies] Last: it will get 50 numbers. you could also try int i = 0; while(infile >... (by ui uiho)
|
Calculator |
|
[10 replies] Last: Switch statements can be faster than if statements, for example: sw... (by Lowest0ne)
|
No overloaded function takes 6 arguments error |
|
[6 replies] Last: Wow, it was as simple as that! Thanks very much. (by RookieOfTheYear)
|
by Praetorx
Functions
|
|
[2 replies] Last: Edited (by Praetorx)
|
by pstchnt
term does not evaluate to a function taking X arguments
|
|
[2 replies] Last: Thank you!! (by pstchnt)
|
by Kbiddle52
Doubly Linked List compiler errors - All over!?
|
|
[3 replies] Last: #include "dlist.h" although, that results in recursion. It really ... (by cire)
|
by hvigil
Help with txt file to array
|
|
[4 replies] Last: Thanx JCaselles it works now!! (by hvigil)
|
by skarla
programm in c++ (1,2,3)
|
|
[42 replies] Last: First learn C++: http://cplusplus.com/doc/tutorial/ Second, develop yo... (by BHX)
|