by leoniv4
Class, trying to get my .cpp file to work
|
|
[1 reply] : that should work. It would help if you told us the actual issue. Y... (by mutexe)
|
by Hawk142
Setprecision and break problem
|
|
[1 reply] : Line 38 and 41 are wrong. It doesn't work like this. Just remove line ... (by coder777)
|
by halciu
Need help computing the volume of a cylinder using repeated addition
|
|
[5 replies] Last: Volume of a cylinder is V = pi * (r^2) * h btw, not r^h. That would ... (by YFGHNG)
|
by SheedoCodez
If Statement [C++]
|
|
[2 replies] Last: Perfect, thanks! (by SheedoCodez)
|
by shamieh
Question on generating weird elements
|
|
[6 replies] Last: #include <iostream> #include <vector> int main() { const int N =... (by JLBorges)
|
by b29hockey
Functions and Scope
|
|
[2 replies] Last: Use code tags please. http://www.cplusplus.com/articles/jEywvCM9/ ... (by integralfx)
|
by OmfgWdf
Recursion to Iteration
|
|
[no replies]
|
by minombre
Help with Dynamic Arrays
|
|
[4 replies] Last: Mystery solved http://www.cplusplus.com/forum/beginner/151620/ (by closed account 48T7M4Gy)
|
need help getting my code to run |
|
[4 replies] Last: sorry. I'm new to all this, I just started writing code like two month... (by closed account yTRM92yv)
|
by iR3MiX
Need Assistance w/ Void fxs
|
|
[9 replies] Last: Got it thanks for your help :D (by iR3MiX)
|
by gibbsy619
No such file or directory
|
|
[2 replies] Last: You are missing a return statement in main. (by herd90)
|
by Muney
Need some Clarification on Function Problem
|
|
[5 replies] Last: Then post the error messages along with the code that generated the me... (by jlb)
|
by tktktk
Operator>> no match
|
|
[2 replies] Last: Thanks! That did it. (by tktktk)
|
by kdesai23
Average of 3 numbers
|
|
[1 reply] : cin >> dblnum1, dblnum2, dblnum3; That's not how it's done. Change... (by TarikNeaj)
|
by Edgy
Making a string array of Char array
|
|
[1 reply] : Line 29 needs to be: chars = tolower(chars ); because tolower o... (by magnum pi)
|
by backslashV
question with non-comparison sort
|
|
[14 replies] Last: Yes, I thought so. Don't worry, you will get the hang of it. You are p... (by Kevin C)
|
by Suar
Arrays and Pointers.
|
|
[1 reply] : Yes, it's possible. (by helios)
|
by DARK BUGABOO
Need Help with Date Program
|
|
[8 replies] Last: Its very long but it gets the job done so I am content. To be bruta... (by TheIdeasMan)
|
by Hah09
Just Started! Looking To Learn!
|
|
[5 replies] Last: for(int day=1;day<7;day++) cout << " " << " "; for(int day=1;d... (by Kevin C)
|
by Mor1994
slicing
|
|
[4 replies] Last: My compiler responded with: line 15: error: 'initializing' : cannot c... (by Kevin C)
|