User profile: Mitsakos

User info
User name:Mitsakos
Name:Dimitris
Location:Athens, Greece
Bio:Working as Electronic Engineer for Hellenic Air Force (Greece) and studying programming as hobbie.
Statistical data
Birthdate:Oct 30, 1986
Gender:Male
Occupation:Engineer
Skills:BASIC
PHP
C++
VB .NET
C#
C#/.NET
History
Joined:
Number of posts:343
Latest posts:

string manipulation functions?
The getline() function reads a line, not just a word. So by saying getline so many times you just pu...

A little geometry
You can determine the angle between them by using the vector property: [tt] ...

sorted and shuffled vectors
You can overload the operators "<", ">", "==" for your class and use the sort() function from the al...

can't run my program
All your cases are wrong... You should open and close brackets {} not parenthesis... And your case...

Displaying ".00"
http://www.cplusplus.com/reference/iostream/manipulators/setprecision.html this is what you need.