I am doing my job, but suddenly, while reading data from a file, I suddenly came across text in a different form. I also did a little test to see if this is my code error or if Visual Studio 2012 is crazy. I am also debugging, but the values ββin the string "] []" are going right. But I found a little test still giving me the same thing: here is my little code test:
file: input.txt { value := (rate * dollar) + (rate1 * dollar1); totalvalue := value / 2; t1 = ivariable > 10 && ivariable < 100 { value := (rate * dollar) + (rate1 * dollar1); totalvalue := value / 2; } }
code:
#include <sstream>
and conclusion: 
Any idea please share ......
source share