C++ - Windows - Hello World!
Let’s create our first C++ application. For this tutorial, we will use: Eclipse Indigo CDT Cygwin If you install your Cygwin binary into a different drive than from your development directory you can still use it. For example if you have installed Cygwin in C:/soft/ and want to work in D:/dev/, go until C:/soft/ and run your Cygwin.bat file. Once open, write it: cd /cygdrive/ then press the TAB key on your keyboard. You have now access to all your drives. ...