Recently, I switched from Visual Studio to Eclipse CDT. I\'ve set it up beautifully such that the G++ compiler from my Cygwin installation can locate and compile my code without
Answer 2 worked best for me when using gcc in a cygwin rxvt terminal.
Within my .bash_profile added:
# Disable unicode quotation marks for gcc
export LC_CTYPE=C