by Elaphe
cout issue
|
|
[3 replies] Last: Many thanks Chervil, for both the help and the advice. :) (by Elaphe)
|
by Free Radical
Passing a file object as reference parameter to a function?
|
|
[2 replies] Last: Didn't expect a response that fast. I had already figured it out a whi... (by Free Radical)
|
by mikey108
help correcting code
|
|
[5 replies] Last: I got it, thanks to all! (by mikey108)
|
by zumi78878
Need help with dynamic arrays + operators!
|
|
[17 replies] Last: #include <iostream> using namespace std; #include "VectorFloat.h" ... (by zumi78878)
|
by segurivirix
Class or Function?
|
|
[1 reply] : You need three different functions: mainly triangle() , circle() , a... (by closed account 18hRX9L8)
|
by jwilt
rounding
|
|
[2 replies] Last: oh wow, thank you. (by jwilt)
|
by hooey75
Help Needed Please :(
|
|
[1 reply] : while( (decision != 'n' ) && (decision != 'N') ); should be }while(... (by Yanson)
|
by Mashd Taters
class name student
|
|
[2 replies] Last: Thanks,using dev c++ so I also had to use a pointer to compile the pro... (by Mashd Taters)
|
by ragecoder
Pointers with dynamic memory allocation compile issue?
|
|
[2 replies] Last: Thanks I should have seen that. Runs like a charm now. (by ragecoder)
|
by adrianrayce
while loop to calculate average
|
|
[no replies]
|
by thesharad96
Is there a way to format the numbers in output file?
|
|
[1 reply] : That should work. What does the contents of the output file look like,... (by Chervil)
|
by tdawg027
Problem with if statements
|
|
[2 replies] Last: Ill send you your medal in the mail. Thanks man I really appreciate it... (by tdawg027)
|
by Cas39
Question about Functions
|
|
[9 replies] Last: Keeping the main function as free as possible doesn't mean to not put ... (by admkrk)
|
by Nebur
Reverse a list of words recursively
|
|
[5 replies] Last: The recursive approach is the most logical one here. The recursive p... (by Duthomhas)
|
Unable to compile and link program |
|
[15 replies] Last: What does it say to the left of the > in the command prompt? Does this... (by LB)
|
by Nebur
Check if a number and the sum of its digits are prime
|
|
[8 replies] Last: > your type of recursion is called tail-end recursion, and it is sligh... (by JLBorges)
|
by beamer23
arrays? can't figure it out.
|
|
[4 replies] Last: Well, your variables should be declared something like this: int ... (by Chervil)
|
by haitian1804
May Temperature
|
|
[6 replies] Last: You have to know the format of the data. Whether there are text or nu... (by keskiverto)
|
by anhkha1205
How do I correctly organize output into columns?
|
|
[2 replies] Last: cout << "\t"; //c++'s interpretation of a tab (by GRex2595)
|
by Alove9423
Whats wrong with this?
|
|
[1 reply] : The problem is that mainOp hasn't been initialized. (by Josue Molina)
|