[edit] BTW, the shell has nothing to do with the characters you can display in the Windows console window. Google around "windows console replacement" for your options.
Also, the cin.get() problem has nothing to do with the shell. What you are looking for is unbuffered input from the terminal. See here for more: http://www.cplusplus.com/forum/articles/7312/
What I ment is (by defecualt) when you use <iostream> the cout print would appear in CMD, but I'm looking for a way to make c++ print it out to bash instead, so once I install Cygwin would that happen automatically ?
Regarding the cin.get() problem, thanks a lot for taking the time to answer that, and I also hope I'm not being a complete pain in the ass x)
(Ps. I'm a rather newb to C++)
- Thanks