User: larry123

  • Public profile

User profile: larry123

User info
User name:larry123
Email:larry.liu2011@hotmail.com
Name:larry liu
Location:Beijing,china
History
Joined:
Number of posts:4
Latest posts:

getline ignores the first chunk of text
delete line19 is OK Have a try

Problem using global constants
Did you declare them (the constants) as micros? If so, you should declare them in the headfile, then...

Re-writing a loop
[code] for (s = 0; s <= 10; s++) cout << s << " "; [/code]

Re-writing a loop
[code] while (i <= 10){ s = s + i; i++; } [/code]

This user does not accept Private Messages