• Users
  • Lost in C Plus Plus

User profile: Lost in C Plus Plus

User info
User name:Lost in C Plus Plus
History
Joined:
Number of posts:2
Latest posts:

How does the int and static_cast respond
So my output would be 0. (4.5 + 6.4) = 10 int no decimals 3 / 10 = 0.3 but since it is an int it...

How does the int and static_cast respond
How do I view what I have stored in an int x, after I have programmed and compiled this? int x; ...