User profile: progleo

User info
User name:progleo
Name:Leo
Location:Vaasa
Bio:I am new...
History
Joined:
Number of posts:26
Latest posts:

Array with loop.
I think this should work [code] do { cout << "Pick 10." << endl; while(i < SI...

Using the if statement with inputs
I usually do it like this an Yes no Question: [code] char yesOrNo; std::cout << "Do you like cats (...

Draw a line in MS VC++
Like this? [code] #include <iostream> #define ROW 10 #define COLUMN 4 int main () { int te...

File Excistence Check & Rename
I don't think it's possible to make it under 40 line of code.

Math problem in dev c++
Study the code and figure out what it does [code] #include <iostream> using namespace std; int ma...