Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C# in Linux, DOS, or any others??
Name: El-Trucha Date: November 7, 2004 at 12:38:40 Pacific OS: Windows XP Home / Redhat CPU/Ram: 1.4 GHz/480 MB
Comment:
Hello everyone!! OK...I was wondering one day, is there any way to make C# programs work in Linux or DOS??
I tried doing a search for Linux, and I found a program called "Mono" that lets u run C# programs in Linux...and it works, but I'd like to run them as native Linux programs, without the need of Mono or any others... Is there any way I could to this?? Hmm...maybe a C#-to-other-Linux-programming-language-translator??
What about DOS?? I'm still reading my C# book and all I know is how to do command-line programs...
Name: wizard-fred Date: November 8, 2004 at 02:15:02 Pacific
Reply:
The basic problem is that C# is sort of Microsofts version of C++ and that it uses Microsoft libraries and headers.
0
Response Number 2
Name: Wolfbone Date: November 8, 2004 at 09:11:41 Pacific
Reply:
There is also dotGNU as an alternative to Mono, and if you don't find a compiler that produces native binaries in the way that gcj can do for java, I'd guess it's probably not a priority for the dotGNU or Mono projects - although there may be something brewing at sourceforge.
0
Response Number 3
Name: El-Trucha Date: November 8, 2004 at 13:07:51 Pacific
Summary: I want to do some C in Linux but I cannot figure out which package comes with Linux to be able to make and save a file so I can compile it with the CC comand. Thanks in advance Dennis ...
Summary: Hi friends... i want to implement a code of c under linux environment. I want the output to come exactly what it shows under windows environment. Can anybody please help me fast to change my code so t...
Summary: You can use C, C++, Perl, java, VB or any other language that can call sockets (*nix platforms) or winsock (win platforms) code. Your target platform (win, *nix) will determine the language you settle...