User profile: borekiller

User info
User name:borekiller
History
Joined:
Number of posts:11
Latest posts:

C++ Project
lol

getline problems
The reason why it is not asking you for an input is that you are mixing cin and getline statements. ...

function call error!
Rewrite the for loop as [code] for( int year=1; year<=numyears; year++) [/code]

while loop using char
Hello, First of all, please get in the habit of indenting your code when appropriate, it makes it m...

const
I am not sure I am understanding the question correctly. Do you want to create a constant variable,...