Note: C-Prog isn't about C#, it's about C and C++. Robert Ryan <bobzcp...@...> wrote: > > in compiling C++: it is g++ int1.cpp
For GNU C++ on *nix systems. Under DJGPP it's gpp int1.cpp. > and to run C++, it is ./a.out a.out the default, particularly on *nix systems, if you don't specify the name of the executable. Under DJGPP it's a.exe. > what is it to compile and run C# Which C# compiler do you have installed? AFAIK, *nix systems generally don't come with C# compilers already installed. -- Peter
