User profile: crusn1k

User info
User name:crusn1k
Name:Nishikant
Location:India
Bio:learning c++
History
Joined:
Number of posts:8
Latest posts:

C++ Books
thanks for the suggestions guys :)

C++ Books
modern c++ is of 352 pages

converting to uppercase
suppose you have 'a' as your character then the char code is 97, converting it to hexadecimal gives ...

converting to uppercase
it performs a logical and operation... it is equivalent to mystring[a]=mystring[a]& 0xdf. the and op...

Help with saving and loading.
suppose i have an array of string and i want to write it to a file named test.txt and read from the ...