This problem happens often enought that it is easy to mix it up. <sstream> is the proper header, but your compiler and/or libraries are pre-standard C++.
You ought to update your MinGW to the latest stable version and you'll be able to get going just fine. http://sourceforge.net/project/showfiles.php?group_id=2435
I recommend just getting the GCC version 4. While it is still alpha and has a few bugs, it is still very stable. I use it all the time without problems.
C:\Codes\C++\C++ Projects\sstreamCin.cpp||In function `int main()':|
C:\Codes\C++\C++ Projects\sstreamCin.cpp|18|error: `quatity' was not declared in this scope|
I did looked if was some sintax error, ect., looked the tutorial searching for some error I could made, but I diden't find anything :/ Help is appreciated...
And Duoas, thanks for the help, and about the GCC... I not liked it too much because it is text only...