Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 8th, 2005, 5:27 PM   #31
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,453
Rep Power: 7 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
lol...

some languages are better than others... there is no one good language. i started with BasicX and Basica several years ago. i've learned numerous languages since then... limiting yourself to one language is never a good idea. although, c++ is more commonplace than others.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 8th, 2005, 5:52 PM   #32
massive-war
Hobbyist Programmer
 
massive-war's Avatar
 
Join Date: Mar 2005
Location: Illinois--> My room
Posts: 117
Rep Power: 0 massive-war is an unknown quantity at this point
well ya, I do see your point with multiple languages, but that's common. I do know some java, multiple web development languages, basic, and Currently learning c#. However, I wouldn't develop anything other than in c++. C++ owns all
__________________
Support Our Troops
massive-war is offline   Reply With Quote
Old Apr 8th, 2005, 6:27 PM   #33
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Quote:
C++ isn't hard, it's just complex
Nicely put.
Quote:
All other languages are a waste of time
Fairly original point of view. Don't think most people feel the same, however.
Quote:
However, I wouldn't develop anything other than in c++. C++ owns all
Prove it
Cerulean is offline   Reply With Quote
Old Apr 8th, 2005, 7:52 PM   #34
Yuneek
Programmer
 
Yuneek's Avatar
 
Join Date: Mar 2005
Location: Florida, US
Posts: 35
Rep Power: 0 Yuneek is on a distinguished road
Well, I have started learning PHP, after I feel I am proficient in PHP I'll probably move to Perl or C++.
Yuneek is offline   Reply With Quote
Old Apr 8th, 2005, 8:37 PM   #35
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
Neither C++ nor C# are difficult to learn. Now, my guess would be C# is a little easier (can't say for sure, though since I don't know C#, but I hear it's a lot like Java) to learn, but C++ isn't anything too complex.

I have been debating with myself for a long time now, over whether to learn Python, Perl. Lately, I've also thrown C# into that pool. Right now I'm favoring C#, since that's what Element is being done in. Also, it seems like Microsoft is gearing itself that way, and I predict C# might turn into the next big thing. I think I could have an advantage in 2-3 years finding a job as an intern perhaps if I were to capitalize on learning C# early.

Of course, I could get the same thing with Perl, but my guess is that Perl isn't going to get much bigger than it is now. C# might one day surpass Java.

Python, I wanted to learn solely on interest basis, though. Just looking through, it seems to me that Python isn't used as much as the other two languages in the professional world. Also, looking at freelance coding sites, it also seems that Python is used less there too. Still, though, my dad has been trying to persuade me to learn Python for the last 3-4 years, and I never have done so. Of course, my dad has been out of the coding world for quite a bit longer. He has some Java and Python books, but never learned any of them. In fact, he's so out of it these days, he used to call C# C-pound for a while (which we still laugh about).

Anyway, it seems like my post turned into a ramble. To answer the original question once and for all, my personal preference for an introduction language would be C++, albeit C# being easier to learn.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower
Mjordan2nd is offline   Reply With Quote
Old Apr 9th, 2005, 4:40 AM   #36
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Quote:
Just looking through, it seems to me that Python isn't used as much as the other two languages in the professional world.
Far from it. Here's a list of "big" companies that use Python:

iD Software - CASE Tools for game development
Monolith Productions - Scripting engine for Matrix Online
CCP - Scripting engine for EVE Online
Intel Corp. - CASE Tools and Unit Testing
Sun Microsystems - Lots of stuff
Cisco Systems - Automation Software
IBM - Lots of stuff
Microsoft - Lots of stuff
Google - Lots of stuff (check the front page of python.org for a quote from Google)
Cerulean is offline   Reply With Quote
Old Apr 9th, 2005, 6:53 AM   #37
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8 Ooble is on a distinguished road
I believe most of Google's search algorithm stuff is written in Python.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Apr 10th, 2005, 11:42 PM   #38
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
I would basically recommend you doing a bit of C fundamentals (just to begin with), then understand the concepts of Object Oriented programming and move to C++. The reason beyond this is, C++ was developed for "C with Classes" ...the actual C++. However, learning C++ directly, is not difficult though it might take you longer than it wud take with above procedure, to understand C++. A much stronger form of C++ is JAVA with explicit inheritance principles, security, reliability and resuablility techniques already built in!!!
java_roshan is offline   Reply With Quote
Old Apr 10th, 2005, 11:54 PM   #39
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,453
Rep Power: 7 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Ok... I'm convinced now... I'll drop the Perl idea in favor of Python... for a few months anyway, to see how it goes.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 11th, 2005, 12:29 AM   #40
anandt4u
Newbie
 
Join Date: Feb 2005
Posts: 22
Rep Power: 0 anandt4u is on a distinguished road
Quote:
Originally Posted by Infinite Recursion
Ok... I'm convinced now... I'll drop the Perl idea in favor of Python... for a few months anyway, to see how it goes.
perl seems too archaic..i was really lost when i tried it..but its very good for doing string manipulations..
anandt4u is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:56 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC