by hitholdir
functions and length of arrays
|
|
[8 replies] Last: also, i used strtok_s instead of doing char for each word, so it is mu... (by hitholdir)
|
A Vote Tallying Program |
|
[2 replies] Last: Huh. I should have noticed that! I intended that to be redundant, but ... (by closed account yCf9216C)
|
by molecularman
Switch and Nested if/else Statements
|
|
[12 replies] Last: I've only used iomanip for displaying significant figures or decimal. ... (by molecularman)
|
by AliMoradi
Void Functions
|
|
[6 replies] Last: r and r2 are actually arrays where M, N, and h are integers and doubl... (by AliMoradi)
|
by byronflds
can anyone find the error in my programming?
|
|
[13 replies] Last: got the problem with the data handled // --------------------------... (by byronflds)
|
by Anmol444
SDL Mixer
|
|
[no replies]
|
by RawrDuy
Doing an "if" only once
|
|
[1 reply] : you should declare bool n = true outside of your loop. that way, when ... (by timmyyyyy)
|
by Pirogun
Reverting to an earlier function
|
|
[7 replies] Last: Ok thank you (by Pirogun)
|
by robert666
Very new to c++ help writing code
|
|
[3 replies] Last: int main () { // Local Identifiers int Hours, Minutes, TotalMinutes; f... (by timmyyyyy)
|
by englishkid19
Learning c++
|
|
[4 replies] Last: Loops are useful tools. Arrays are useful tools. Both are highly proce... (by ciphermagi)
|
by rush2112
Strange FSEEK and FPUTS results.
|
|
[3 replies] Last: Never mind. I don't know what I thought about. (by Peter87)
|
by chiritso
Anyone see the problem in my code?
|
|
[5 replies] Last: i finally got it it was exactly as Moschops said and i forgot to use ... (by chiritso)
|
by rozick1
How to capture a newline?
|
|
[no replies]
|
by cdseasholtz
Try-catch
|
|
[2 replies] Last: I feel like a fool now. Thanks for replying, I have fixed it. (by cdseasholtz)
|
by BlueTea
Function overloading. Help..
|
|
[2 replies] Last: These two definitions are identical. Only the names of the second para... (by vlad from moscow)
|
by Orangejuice
Palindromes
|
|
[6 replies] Last: I would certainly like to do that, but the problem is that I cannot ch... (by Orangejuice)
|
by CJC0117
Trying to make a library
|
|
[4 replies] Last: I started a new project and selected Dynamic Link Library. Then I wrot... (by CJC0117)
|
by EndersChosen
Ending a loop by pressing 'return'
|
|
[2 replies] Last: You can use the following code while ( std::cin.peek() != '\n' ) ... (by vlad from moscow)
|
by Moosey
Saving the 'State' of a Console Program?
|
|
[2 replies] Last: I am actually probably going to focus it similarly to one of those 'ch... (by Moosey)
|
by Steve rr
To check whether a number is prime or not in c++
|
|
[1 reply] : I will try to rewrite it. Maybe it wiil be more readable. #include... (by vlad from moscow)
|