User profile: nirbh

User info
User name:nirbh
History
Joined:
Number of posts:6
Latest posts:

unsigned and int
Hi, Thank you very much for your reply! Still, I do not get where the last -4,294,967,296 came from?...

unsigned and int
can someone explain to me this snippet: int i= -10; unsigned u= 10; std::cout << i + u << std::en...

problem understanding a paragraph in c++ primer
Thank you tpb. Thank you JLBorges.

problem understanding a paragraph in c++ primer
Unlike the other integer types, there are three distinct basic character types: char,signed char, a...

problem understanding a paragraph in c++ primer
thank you very much for the quick reply, now I understand.