Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 21st, 2003, 12:24 AM
DFarist DFarist is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 16 DFarist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Best Language for Me?

Hello,
I have a question that has probally been asked a million times but I would still some fresh answers. My question is which programming language is best for a beginner to start out programming applications. I use Windows XP and would like the application to either be cross-platform or easily converted. I would also like a language that can be made to look like Shareaza, I like the style they use. A screenshot is below (I really like the flowing graph in red, you would just have to see it.) If you do recommend a langauge please give a link of somewhere I can start to learn it.

Thanks,
Attached Images
File Type: jpg shareaza1.jpg (96.8 KB, 215 views)

Reply With Quote
  #2  
Old July 21st, 2003, 12:59 AM
jpenn's Avatar
jpenn jpenn is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2002
Location: Washington, DC
Posts: 2,693 jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 41 m 10 sec
Reputation Power: 16
Well, I would have to say C++ if you are planning on developing client side applications. You can find all kinds of links on C++ is you go to google.com...
__________________
~ Joe Penn

Reply With Quote
  #3  
Old July 21st, 2003, 08:14 AM
substring substring is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 31 substring User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I would say C++ if you are into programming and want to be a top-notch programmer. Since you have to do everything yourself, C++ forces you to be a better programmer. Also, if you master C++, everything else (Java, C#, etc etc) will be a piece of cake.

Having said that, the downsides are:
1. C++ can be very discouraging to absolute beginners.
2. Extremely difficult to debug. (I remember my professor told us that you can hang yourself as high as you want with C++).
3. Long development life cycle, which may not be good in today's fast pace environment when time-to-market is absolutely critical.

Therefore, I recommend you to start with Java. It fulfills your requirement to be cross-platform, and the syntax is as beautiful as C++ .

To start, go to java.sun.com to download the J2SE SDK, and read all the tutorial until your eyes hurt.

Hope this helps.

Reply With Quote
  #4  
Old July 21st, 2003, 09:30 AM
punkisdead's Avatar
punkisdead punkisdead is offline
Moron
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Michigan, USA
Posts: 170 punkisdead User rank is Private First Class (20 - 50 Reputation Level)punkisdead User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 10 h 31 m 37 sec
Reputation Power: 6
I would have to agree on C++ being a good language to start with. Also if you learn C++ then you can use the Qt toolkit for your programs and they will be cross platform.

Reply With Quote
  #5  
Old July 21st, 2003, 08:25 PM
polyesterhat's Avatar
polyesterhat polyesterhat is offline
Only Human
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Florida
Posts: 189 polyesterhat User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 8 m 48 sec
Reputation Power: 6
Send a message via AIM to polyesterhat Send a message via MSN to polyesterhat Send a message via Yahoo to polyesterhat
C++ does sound like a good language for you. You might also look into JAVA. I know C++, and some JAVA, and the two are quite similar. but java is cross platform, and mostly combines the good elements of C++ with a whole lot of classes.

Reply With Quote
  #6  
Old July 23rd, 2003, 07:37 PM
kfickert's Avatar
kfickert kfickert is offline
Capt'n
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Posts: 553 kfickert User rank is Corporal (100 - 500 Reputation Level)kfickert User rank is Corporal (100 - 500 Reputation Level)kfickert User rank is Corporal (100 - 500 Reputation Level)kfickert User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 h 36 m 59 sec
Reputation Power: 9
JAVA. Java is being used more and more as the cross platorm client side language of choice.

C++ has the problem that while there are compilers for almost every platfrom, not all programs will be cross-compatable because not all the header files are the same.

A good example is of a program we had made a number of years of go that was written for Linux and I had to port some of the code to openBSD because of header file differences.

JAVA SDK 1.4/2.0 will work on any platform that suports JAVA 1.4/2.0 repectively.

Reply With Quote
  #7  
Old July 23rd, 2003, 08:09 PM
DFarist DFarist is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 16 DFarist User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks for all of your replies.

I thought about Java but I have a few concerns, doesnt it run slower because it has to run in a VM? Also can it look like Windows XP interface or Mac OS X instead of the default look of java apps? I also thought about Python but I have the same concerns about it.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Best Language for Me?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT