by jwoodrow
Generate random numbers to fill an array
|
|
[12 replies] Last: 1. Do not remove older posts. That is rude. 2. Please use the code ta... (by keskiverto)
|
by Al Biruni
Can someone please explain this simple code?
|
|
[3 replies] Last: Sorry it was my mistake. M is never 5. :( (by Al Biruni)
|
by poseidn
first time c++ prime and perfect
|
|
[2 replies] Last: so i made it more complicated then it really is? the thing is i know a... (by poseidn)
|
by jwoodrow
Arrays
|
|
[1 reply] : Hi there you can do this easily by assigning different roles to differ... (by closed account SECMoG1T)
|
by yazeedasad
illegal else without matching if , would love if my mistake is explained
|
|
[3 replies] Last: thank you very much ispil , i just started learning this language and ... (by yazeedasad)
|
by Endymion
Asterisks Again!
|
|
[1 reply] : can be done in a single loop. start with string of 80 asterisks each ... (by Esslercuffi)
|
by Extreme112
While loop excutes else statement before ending
|
|
[2 replies] Last: #include <iostream> #include <cctype> //// tolower using namespace st... (by anup30)
|
Help with functions/call functions |
|
[2 replies] Last: Oh thanks! sorry I didn't see that (by thaneofthunder)
|
by akai09
do while statement
|
|
[4 replies] Last: #include <iostream> using namespace std; int main() { int numbe... (by shadowCODE)
|
by Boomb0x616
Subfunctions
|
|
[3 replies] Last: You have this sequence: printf("\nEnter PropertyID: "); fflush(stdi... (by pheininger)
|