Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-18-2008, 05:27 AM
wazofski wazofski is offline
Programmer
 
Join Date: Feb 2008
Posts: 126
Rep Power: 3
wazofski is on a distinguished road
Default Programm languages. need some advice

I normally use vb 2005, but I want to learn some other languages too. Shall I learn C++? And what language is handy that many programms use?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-18-2008, 09:00 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,606
Last Blog:
Web slideshow in JavaS...
Rep Power: 77
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Programm languages. need some advice

I learnt C# after VB, as it uses the same objects, with just a different syntax. C++ is more complex, but the ultimate language. And what about web development?
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-18-2008, 09:17 AM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,604
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Programm languages. need some advice

Didn't see this topic, did you make this twice??

Anyways, I would learn C# since use use VB learning c# should be easy because it's almost the same and c++ is one of the best languages.

If your into web development, PHP and JavaScript.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-18-2008, 09:34 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,606
Last Blog:
Web slideshow in JavaS...
Rep Power: 77
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Programm languages. need some advice

But not forgetting to learn (X)HTML first, as you can't really do much in PHP and JavaScript without it!

Once you've learnt C#, you can give C++ a try, as C# is sort of the missing link between VB and C++ - it shares the same objects as C#, but a similar syntax to C++.
__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-18-2008, 12:05 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,604
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Programm languages. need some advice

Well yeah learn XHTML then get into CSS and JavaScript.

And javascript has similar syntax to c# i believe so learning one language makes a lot of other languages a lot easier to learn.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-18-2008, 12:17 PM
zeroradius's Avatar   
zeroradius zeroradius is offline
Programming Professional
 
Join Date: Feb 2008
Location: Ohio
Posts: 309
Rep Power: 5
zeroradius will become famous soon enough
Send a message via AIM to zeroradius Send a message via Yahoo to zeroradius
Default Re: Programm languages. need some advice

I agree with what the others say. C# is verry straight forward and easy to learn ( I don't know how close to VB it is as i refuse to even look at anything done in VB ) then C++ is much better but you can get your self into a big sticky situation if not careful. As for web (obviously HTML or some other shell language for layout) but i hounastly skiped Javascript and went straight to PHP and MySQL ( though my teacher forced me to do JS once so I wrote a popup that spawnd 80 other popups then when he tried to exit the page it spawned 80 more. Good thing he liked me or that could have been a dumb move)
__________________
"I would love to change the world ...... but they won't give me the sorce code"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-18-2008, 12:40 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,604
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Programm languages. need some advice

I kind of regret even bothering to look at something in VB when I figured out that C# is the almost same thing.

I'm kind of doing something stupid trying to learn like 4 languages at once, getting there on HTML and CSS but not really on PHP and C++ which I'm also trying to learn LOL
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-18-2008, 01:36 PM
zeroradius's Avatar   
zeroradius zeroradius is offline
Programming Professional
 
Join Date: Feb 2008
Location: Ohio
Posts: 309
Rep Power: 5
zeroradius will become famous soon enough
Send a message via AIM to zeroradius Send a message via Yahoo to zeroradius
Default Re: Programm languages. need some advice

lol, I do that all the time. Curently trying Java, Perl, and C++ with Direct X - fun fun
__________________
"I would love to change the world ...... but they won't give me the sorce code"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-18-2008, 02:24 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,604
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Programm languages. need some advice

Oh I forgot about Java i'm trying that also, and I've played with Python also.

If I could get ASP to work on my computer, I would play with that also. I like to know about lots of different languages.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-20-2008, 03:48 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,606
Last Blog:
Web slideshow in JavaS...
Rep Power: 77
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Programm languages. need some advice

I feel the same - I'm trying to learn German and French at current...

__________________


Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need advice about future job(swis re, high way middle ware) Lukas1982 General Programming 2 07-09-2008 01:12 AM
Need some Programming Advice from pro's jmoore2020 General Programming 3 02-25-2008 11:05 AM
Various Programming Languages? waeldreegia General Programming 1 01-27-2008 11:14 AM
Illustration: The History of High-Level Programming Languages Kernel Programming News 1 11-07-2007 09:28 AM
Programming Languages where did it came from SBN General Programming 2 11-03-2007 11:49 PM


All times are GMT -5. The time now is 06:32 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads