by PhaseDaze
Loop storing 2 max numbers and 2 min numbers.
|
|
[2 replies] Last: When using ‘if’ and ‘else’ commands while writing your code it... (by sleeky)
|
by jhsyber
Need Urgent answers for this questions !
|
|
[5 replies] Last: I putted i instead of j that should work : #include <fstream> str... (by Ericool)
|
Range 1-20 Table that shows divisibility |
|
[no replies]
|
by EDIAZ369
Could someone help me understand whats wrong
|
|
[9 replies] Last: Consider a function: #include <iostream> #include <stdlib.h> #inclu... (by pearlyman)
|
by Marth
ifstream question
|
|
[1 reply] : Please show the contents of your input file. You should also always b... (by jlb)
|
by Mor1994
Another inheritance question
|
|
[3 replies] Last: Because you used the initialization syntax :_b1(0) That override... (by AbstractionAnon)
|
by tnt980
code errors
|
|
[10 replies] Last: Where to begin? The first problem with your code, (and there are a fe... (by pearlyman)
|
by tcc5164
Programming Assignment
|
|
[3 replies] Last: This is what I have so far #include <iostream> using namespace std; ... (by tcc5164)
|
by sleeky
simple loop to compare numbers
|
|
[18 replies] Last: If you check out your original code, you had > instead of < for the sm... (by AndyP2609)
|
by guru23
Printing first 3 digits
|
|
[7 replies] Last: while(x > 10) should be while(x >= 1000) (by LB)
|
by tnt980
errors
|
|
[3 replies] Last: Closing curly braces at start of main() function, meaning that all aft... (by AndyP2609)
|
by tnt980
switch case movie age whats wrong with code?
|
|
[5 replies] Last: I have to agree with the previous comment. Too many variables are not... (by AndyP2609)
|
by Arquon
How do I print 2 cout answers ?
|
|
[13 replies] Last: would it not be possible to use a switch? There is nothing in the O... (by AbstractionAnon)
|
by jekaterina
While loop is not working
|
|
[4 replies] Last: And the problem really exists in else solved=0;break;} . Thanks!... (by jekaterina)
|
by anthony1234
help with errors on hangman rewritten by functions
|
|
[3 replies] Last: Sure, yeah that's a nice improvement. Wouldn't it be better if you ke... (by arzhon)
|
by hebrerillo
passing objects by pointer and by reference
|
|
[3 replies] Last: Hi Yanson, Thank you very much for your help! Just one more question... (by hebrerillo)
|
by Qwerty1209
Trouble with reversing letters w/o using string
|
|
[1 reply] : Please edit your post and make sure your code is [co de]between cod... (by LB)
|
by Marion
highest and lowest value with array.
|
|
[2 replies] Last: Thanks for the answer. I just fixed it, I think. I put the cin and the... (by Marion)
|
by blackskullx
This problem is kinda like the Goldbach's conjecture
|
|
[no replies]
|
by Energizer433
Void as an int?
|
|
[1 reply] : You don't need to convert to int. You can compare them with memcmp: h... (by coder777)
|