Type sizeHello, I have really simple question that comes from wierd compiler behaviour. A variable of t...
istringstream questionThank you! That helped me. I check fail() after >> operator ;)
istringstream questionThank tou for your answer but if I try to run the following program: [code]#include <stdio.h> #inc...
istringstream questionThat works but if line is "Hello message", then message is never shown because after reading the nex...
istringstream questionHello, I have a question :) [code]istringstream line("Hello "); string s; while(line.good())...
This user does not accept Private Messages