getting integer from a stringoh yes! it worked! maybe it's a sign that i must go and eat, anyways, thanks a lot! *thumbsup
getting integer from a string[code]case 1:{ cout<<"Addition"<<endl; getline(cin,num1,'/'); ge...
getting integer from a stringthere's something wrong with this one, when i check if i really did convert the string to int by usi...
getting integer from a stringwhy do i need to initialize the [code]string intAsString = "42"; int asInt = 0;[/code]
getting integer from a string@shackstar, can you explain to me the sstream im not familiar with it, thanks! :)
This user does not accept Private Messages