User profile: acmesereno

User info
User name:acmesereno
Email:plopplop_plopplop@yahoo.com
Location:Anderson, SC
Statistical data
Birthdate:Feb 14, 1992
Gender:Male
Occupation:Student
Skills:C
C++
Java
History
Joined:
Number of posts:6
Latest posts:

int squaring error
edit->format selection or ctrl + k, ctrl + f The IDE will format the code for you with either of th...

Rounding Problem
Is there any way to tell it to just trim off trailing zeros?

Rounding Problem
why does [code]cout<<(111.1*1.111)<<endl;[/code] print [output]123.432[/output] when the output shou...

cin.ignore() question
Oh, I see. So What happens to the '\n' after [code]cin >>b;[/code]?

cin.ignore() question
Why does cin.ignore() not keep the console open in the following program?? [code] #include <iostre...