Ive programmed in C
its not to hard to get to grips with!
no, but it's easy to shoot yourself in the foot with.
Ive programmed in C
its not to hard to get to grips with!
Well I've spent ages reading through posts and I still can't decide.
I would like to try pick up some programming but can't decide between the two listed. I have a couple of friend that program in Java, but the company I work for mainly use C# and C++.....
Someone give me a push one way or another
Cheers.
Firstly learning any language will help you out with learning any other. C++ or Java it makes little difference, they are both similar "level" wise. For numerical applications I'd always edge towards C and C++ because basically in almost every task I've done involving numerical calculations C++ and C have been much faster (only ever challenged by Fortran for matrix stuff).
My "beef" with Java is it's quite tricky to do standard GUI work, I don't like swing and even with a decent IDE (like eclipse with the visual addon or netbeans) it's messy at best. To be honest (and I feel dirty saying it!) I prefer Visual Studio (VC++) for this type of work (I guess that's .Net now!), both generate "auto code" but for because of the maturity of the MS products they've been built for people that develop GUI based applications.