/*
* This program displays "I Love C++" to the Standard Output
*/
#include <iostream>
int main ()
{
std::cout << "I Love C++";
return 0;
}
I just DLed and Installed Cygwin and Netbeans using instructions from: http://netbeans.org/community/releases/65/cpp-setup-instructions.html
I did see that ths "type" of problem has been answered, but all were much bigger programs and the answers didnt seem to fit, nor did I understand them.
Thank you