The Compiler...Bah

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
brcolow

The Compiler...Bah

Post by brcolow »

I have been coding C++ now for about 3 months, just learning the ropes, experimenting with Irrlicht, things like that. Being better in languages like PHP, I don't get the issue of compilers. I am interested in writing an application for Linux and Windows. Microsoft Visual C++ .NET 2003 looks like a GREAT compiler, but is it possible to run on Linux? If so, then I will be set, otherwise...I'm not XD.

Unless, if I create my project with MSVC .NET 2003, is it possible (with somewhat bit of ease) to port it to a Linux compiler and just compile it there?

Thanks,
Mike
disanti
Posts: 367
Joined: Sat Jan 17, 2004 1:36 am
Location: California, US
Contact:

Post by disanti »

For linux? Learn how to use Emacs and GCC. MS VS won't work unless you find a way to emulate it. I don't recommend using it either for linux. Emacs is so much better! :) Of course, that is my opinion.
________
Nevada Medical Marijuana
Last edited by disanti on Tue Feb 22, 2011 8:09 am, edited 1 time in total.
guest1

Post by guest1 »

I've been trying to get used to emacs cause I need to convert over to linux from windows, but programing in windows on UltraEdit is so easy for me, but I bet that everything I can do in UE, I can do in emacs, so I'd be interested in the configuration file you use for emacs?
The unholy
Posts: 31
Joined: Wed Dec 10, 2003 5:53 pm
Contact:

Post by The unholy »

8) Heehoooo
If you want to develop c++ codes in linux, try KDevelopment!
Emacs is a word editor, and a pgrmer worked under windows platform will feel blaaa when working with the word editors..Brther try KDevelopment! It is gr8! If you want to work MS applications try SuSE. You cant run Visual Studio under Linux...eventhough there are some simulators.. try it :oops:

FPS is like a porn movie! Who cares the story?


LIGHT is my strength!
Armen138
Posts: 298
Joined: Mon Feb 23, 2004 3:38 am

Post by Armen138 »

how about using java instead?
The unholy
Posts: 31
Joined: Wed Dec 10, 2003 5:53 pm
Contact:

Post by The unholy »

8) He was talking about C++...

JAVA runs smootly in linux...you have to install JVM for linux.. :wink:
Post Reply