Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Other Topics > Computer Technical Help
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 05-14-2007, 05:40 PM
Neuge Neuge is offline
Senior Member
 
Join Date: Jul 2004
Posts: 784
Default Re: Learning to Program

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Don't most programmers kind of hate C++ or am I wrong?

[/ QUOTE ]
It's a love-hate kind of thing. More hate than love, I guess.

[/ QUOTE ]

I learned C first (well actually I had a college course in Fortran using punch cards (yes, I'm an old fart), but never did any serious programming in it. While there is something to be said for learning an easier language first, if you can program in C, you can program in anything. If you want something to run fast, write it in C or C++. If you want to get the program written fast, use Java, Perl, C#, etc. Compiled executables will always outperform interpreted or run-time compiled languages, so C and C++ are the workhorses for device drivers, OS kernels, word processors, spread sheets, etc., where shaving every nanosecond counts, whereas languages like Jave, C# and perl are used for smaller things like web applications or middleware, where maximizing programmer productivity is more important.

[/ QUOTE ]
I work in high-performance computing, specifically parallel computational fluid dynamics. It would mostly be a complete joke to program in anything other than C or fortran and I program almost exclusively in them. Performance hits in any other language are too large and MPI interfaces in those two languages are well built and straight forward. I do a bit of image analysis in python, but only because it's easier to handle image files and it's not computationally expensive anyway. There are certain efforts to use python in HPC, but that mainly works because all the modules are written in C anyway, python is just used for the scripting.

I've never used punch cards, but I still regularly use fortran77. If anyone wants to talk about a pain-in-the-ass language, lol. [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #22  
Old 07-26-2007, 08:22 PM
psionic storm psionic storm is offline
Senior Member
 
Join Date: Feb 2007
Location: Hamilton, ON, Canada
Posts: 279
Default Re: Learning to Program

if your school is part of msdnaa you can score visual studio free. email cs dept.
Reply With Quote
  #23  
Old 07-27-2007, 12:50 AM
TreyWilly TreyWilly is offline
Senior Member
 
Join Date: Dec 2003
Location: Digging in
Posts: 613
Default Re: Learning to Program

Just read this whole thread. I had no knowledge of, nor interest in, computer programming. Now I do. Funny how hating one's job makes one interested in other things.

So ... what did OP decide?
Reply With Quote
  #24  
Old 07-27-2007, 02:35 AM
psionic storm psionic storm is offline
Senior Member
 
Join Date: Feb 2007
Location: Hamilton, ON, Canada
Posts: 279
Default Re: Learning to Program

i think he chose c.

[ QUOTE ]
Funny how hating one's job makes one interested in other things.

[/ QUOTE ]
what do you do?
Reply With Quote
  #25  
Old 07-27-2007, 02:57 AM
TreyWilly TreyWilly is offline
Senior Member
 
Join Date: Dec 2003
Location: Digging in
Posts: 613
Default Re: Learning to Program

I am a sports writer for a suburban newspaper covering an NFL beat. In the offseason, I have to work desk shifts, which last until 1-2 a.m.

Every newspaper within a 100-mile radius is on a hiring freeze, and many are laying off. My species will be extinct within a matter of years, if not months.

You asked.
Reply With Quote
  #26  
Old 07-27-2007, 09:43 AM
Neko Neko is offline
Senior Member
 
Join Date: Jul 2005
Location: The 17th Floor
Posts: 663
Default Re: Learning to Program

[ QUOTE ]
I've never used punch cards, but I still regularly use fortran77. If anyone wants to talk about a pain-in-the-ass language, lol. [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

I have programmed f77 almost every day for the last 3 years...god damn I hate fortran. As you say though, if your code has to be v. fast, fortran and c are still likely the best choices.

If absolute speed is not your goal then there are lots of languages that are easier and more *fun* to program in. Python, ruby, php etc. Perl is also a wonderful tool to have in your arsenal if you work in *nix environment.
Reply With Quote
  #27  
Old 07-27-2007, 05:59 PM
jba jba is offline
Senior Member
 
Join Date: Feb 2005
Posts: 9,596
Default Re: Learning to Program

[ QUOTE ]
software engineering is a field that is ... personally rewarding

[/ QUOTE ]

lol

I would recommend java. agree with other people that it is the easiest to really understand EVERYTHING that is going on. I remember when I was learning C++ it seemed like there were huge swaths of my code that I'd just ignore because I didn't understand that part. Not only that but there is a VAST amount of free tools, libraries, tutorials, docs, etc. available.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.