Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Final Decision - Which language?
Closed Thread
Old 06-23-2005, 12:02 PM   #11 (permalink)
 
Super Techie

Join Date: Feb 2005

Posts: 262

jinexile

Default

Perhaps but I don't think C++ is really that hard of a language until you start getting into complex subjects such a recursion and dynamic memory allocation.
__________________
AMD Athlon 64 3000+ (Overclocked to 3300+)
ASUS K8V-Deluxe
1GB PC3200 DDR
2x200GB Seagate SATA RAID 0
BFG 6800GT OC w\\128MB Ram
2x 19\" Samsung 930B LCDs
jinexile is offline  
Old 06-23-2005, 04:35 PM   #12 (permalink)
 
True Techie

Join Date: Aug 2004

Posts: 223

KornNut

Default

Iron_Cross said all that was needed to say.

DEFINITElY don't do it in C++. Do it in either Java, C# or PHP.

I just had a final project at my college and those who worked in C++ spent three times as much time as those who worked in C#. A large reason why is because how powerful C# .NET programming is.
__________________
3.0 GHz P4 w/ Hyper Threading
1 Gig DDR RAM
9800 Pro ATI Radeon
7.1 Soundblaster
DVD Burners are a must!
19\'\' Samsung LCD
______________________________

In this world gone mad, we won\'t spank the monkey. The monkey will spank us!
KornNut is offline  
Old 06-23-2005, 04:56 PM   #13 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 31

MarcoRyan

Send a message via AIM to MarcoRyan
Default

Good stuff. Thanks for all your help. I think I'm going with Java. It seems like the best option for me. C# is easier at my college. There are only 2 projects for it where as Java has 6 projects. Yes, its harder but I think once I get Java down, I'm gonna go on to C# and later on maybe C++. I only get one language for my college and I think Java is a good candidate.

Thanks again and I'll let you know how it goes.
MarcoRyan is offline  
Old 06-23-2005, 05:43 PM   #14 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

I think you chose well. Java->C#->Maybe C++...that's a wise path. Since you'd basically be building on each step. Although, you may find that once you get to C#, you won't need C++
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 06-23-2005, 05:56 PM   #15 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

ahhh.. no one recommended C for *nix?! the page Iron_Cross first suggested is a good page, look carefully under the headings: python, perl, C/C++, lisp

I no longer program in java.. as i find it VERY hard to do what you want.. fast.. As java has a relative strict syntax, it gives programmers little power to extend.. It also forces OOP, i'm betting it's not the best way to solve every problems.. though, as a saying goes, "if you have a hammer, everything looks like a nail", if you know only OO style, everything looks like an object.. whereas from the real world, nothing is just this type.. if anyone tell you you HAVE to program this way, you know right away they are BSing, or just don't know much about other ways..

i'd rather start with a flexible language that will let you do programs your way.. out of all flexible languages, lisp is the most.. as you can redefine the whole language except 12 operators (which you need to write every other operators)... there is no syntax, you write directly in parsetree (as a result, it's alot shorter than other programming languages).. though, python/ruby/perl is a good language.. they at least don't force you to program ing OO style
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
Old 06-23-2005, 08:27 PM   #16 (permalink)
 
Super Techie

Join Date: Jan 2005

Posts: 295

gab00n

Default

Well learn C# now and eventually you should learn at least 1 new language a year. In your carear you will stumble into them so you might as well be familiar with them sooner than later.

Engineers should still learn fortran and cobol because many many companies still have tons of code that they need to maintain. Languages don't vanish overnight.
__________________
\"Today\'s scientists have substituted mathematics for experiments, and they wander off through equation after equation, and eventually build a structure which has no relation to reality.\" Nikola Tesla
gab00n is offline  
Old 06-24-2005, 02:12 AM   #17 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 31

MarcoRyan

Send a message via AIM to MarcoRyan
Default

Alright. I am not gonna start with C++. The course at my college fpr it is quite advanced. Most of the people fall behind on that course. And if you fall behind past your due graduation date you have to pay a lot of extra money. I'm having difficult keeping up on other stuff already. SO I'll start with Java and next year I'm going to learn C#.

Seems like a goo option. Thanks again.
MarcoRyan is offline  
 
Closed Thread

« meaning of | ok »
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
Trackbacks are On
Pingbacks are On
Refbacks are On