User profile: eraggo

User info
User name:eraggo
Name:Timo Heino
Location:Finland (for someone: near Arctic Circle), Kajaani
Website:http://not.1.yet
Bio:C++ programmer to the heart. I really really like it.
My english is well... in "always training" -mode :P

Want to train bigger audience but don't know how; where to start; big problem

History
Joined:
Number of posts:146
Latest posts:

VERY IMPORTANT Help needed with C++ project
OK. Let's start from the post #1: - Can we see actual implementation of that Rectangle class? implem...

HELP PLEASE: LAB ASSIGNMENT
If you want list to be one number in one line, remove some endl's and "\o"'s. [code]OutFile<<exam<<...

VERY IMPORTANT Help needed with C++ project
Please, share to us what you have this far of following: main program and class declaration. Seems y...

C++ Program Problems
[code][b]int[/b] ScoreTheDie(int n) { cout<<"What is your n value?\n"; cin >> n ; }[/code] Notice th...

what does this function mean?
[code]if(year % 400 == 0[/code] If year is divisible by 400 it is leap year [code] || [/code] OR [co...