Hi
I am new to this site and also to c++. The problem I am facing is that I when I run the following code, I expect to get '"Today is sunny" at the end of the program. And I do get it in Visual Studio but not in Linux(g++ 4.1.0, Fedora). What I get in Linux is "Todayissun ny". I actually need the whole string with spaces in Linux to be a part of some other functions. Can anybody tell me where do the spaces go?...