C++ Booksthanks for the suggestions guys :)
C++ Booksmodern c++ is of 352 pages
converting to uppercasesuppose you have 'a' as your character then the char code is 97, converting it to hexadecimal gives ...
converting to uppercaseit 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 ...