2011-01-04 06:11:56 UTC
string b = "bone";
how do i find out the SIZE of the word, and how do i retrieve the letters one by one so that i can get
b , o , n , and e separately
#2
what is stream? is it some another storage in the c++ , tat acts like a stack or queue of information to store?
#3
how to TYPE IN a FILE NAME, and you can OPEN IT
so if i type in grocery, i should be able to open grocery.txt which is in the same folder
#4
whats the difference between function and class
#5
wats with the return 0 at the end of file?