palladin9479
Distinguished
Ijack :
Visual Studio C# Express is free. You can do anything with it that you can do with any of the other editions. Personally I use notepad and the command-line compiler for a lot of C# programming.
To reiterate, it is just untrue that you need to spend anything, let alone thousands of dollars, to program in C#. In the same way, you can buy an expensive version of Visual Studio to program in C or C++ in Windows if you wish to; but you don't need to.
Let's stick with the facts and leave prejudice against Microsoft out of the discussion.
To reiterate, it is just untrue that you need to spend anything, let alone thousands of dollars, to program in C#. In the same way, you can buy an expensive version of Visual Studio to program in C or C++ in Windows if you wish to; but you don't need to.
Let's stick with the facts and leave prejudice against Microsoft out of the discussion.
+1 to you good sir.
Coming from someone who spends his entire work day inside the guts of Solaris 10 and BEAWLS I've learned to detest the arrogance that penguin heads have about themselves. Linux is great and all, I've had extensive experience with Linux in both the corporate and in my personal office, but it's not the answer to everything. And IDE's are just fancy ways to manage code, there is nothing an IDE can do that you can't do through notepad / command line compiler. Hell you can even use vi to make code, although god have mercy on your soul should you chose to do that.
To the OP, if you've started on C# then continue on that. C++ is always a good language to be fluent in, for no other reason then to be able to understand others code and translate it as need be. I'd be cautious with Java, I've had very bad experience's working with it and BEAWLS, its fine to develop in but can be archaic to the end user (if I see one more java.lang.exception: line xxx) error from reading an XML file I'm gonna toss the box out the window.
BTW my first language was ASM on a 8086 then an 80386. You HLL guys have it easy.