I
Ian deSouza
I have 15+ years of experience programming. 8 from the Unix C++ world,
and 7 in the Java (mainly windows) world. I can't get the following
program to create an executable in Microsoft Visual C++.
#include <iostream.h>
int main(int argc, char* argv[])
{
cout << "hello" << endl;
}
I want to non-windows specific code in my emacs editor...
Any suggestions as to a free easy to use compiler would be helpful...
Ian
and 7 in the Java (mainly windows) world. I can't get the following
program to create an executable in Microsoft Visual C++.
#include <iostream.h>
int main(int argc, char* argv[])
{
cout << "hello" << endl;
}
I want to non-windows specific code in my emacs editor...
Any suggestions as to a free easy to use compiler would be helpful...
Ian