Also before you post I know your going to say C# is garbage Brynet-Inc

Don't start a flame-war, pleaseAlso before you post I know your going to say C# is garbage Brynet-Inc
From what I've read, Microsoft is pushing C# as the language to develop Window's software on. Does this mean they're causing for more novice developer's who only know their cushy C# environment?pcmattman wrote:Personally, I think C# is a good beginner's language, perhaps for someone new to the C family of languages. I still think that once you understand C# you can then move onto C/C++ and understand most of it (probably C++ would be a logical next step thanks to the object-based nature of C#).
After Eclipse, that is the best IDE i've ever seen. It is not that slow, to the extent that it is not useful for real development.pcmattman wrote:I used Visual C# 2005 Express Edition for a while, but I found the IDE too slow for any real useful development. I also disliked the requirement for users to have the .NET framework installed - it meant that distributing the program is extremely difficult.
Even if I do have to develop in C# in the future, I'll never stop using C/C++. There's just something about C that is just so fulfilling... Maybe the fact that it's so non-Microsoft?Alboin wrote:From what I've read, Microsoft is pushing C# as the language to develop Window's software on. Does this mean they're causing for more novice developer's who only know their cushy C# environment?pcmattman wrote:Personally, I think C# is a good beginner's language, perhaps for someone new to the C family of languages. I still think that once you understand C# you can then move onto C/C++ and understand most of it (probably C++ would be a logical next step thanks to the object-based nature of C#).
I need instant gratification. If it takes more than 10 seconds to load the IDE I'll switch to something else. Visual C++ 6 was good in this way (straight in, no questions asked, no fancy extra features).prashant wrote:After Eclipse, that is the best IDE i've ever seen. It is not that slow, to the extent that it is not useful for real development.
Sorry, I just have to say: vi!pcmattman wrote:I need instant gratification. If it takes more than 10 seconds to load the IDE I'll switch to something else. Visual C++ 6 was good in this way (straight in, no questions asked, no fancy extra features).prashant wrote:After Eclipse, that is the best IDE i've ever seen. It is not that slow, to the extent that it is not useful for real development.
Even the code displays become slow when the IDE decides it's time to update IntelliSense information for every file in the project.
I shouldn't have to wait for a program to do what I tell it to do. It's inferior to me, as the user.
End of rant.
.......perhaps using Xcode.......Colonel Kernel wrote: IMO, Objective-C is a very interesting language to study. Like C++, you can drop down into C any time you want, but unlike C++ and even C#, the OO features of Objective-C are very clean and simple (they're based on Smalltalk). I encourage anyone interested in OO languages in general to check it out.
I have to congratulate you there. That sounds like a really awesome job. You know they say those who deserve something eventually have it come there way.If I seem heavily focused on ease-of-learning for beginners, it's because I'm supervising some "raw recruits" fresh out of university at work these days.