Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

Unregistered, Check out the Coder Battles in the Announcement and Game forums.

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-11-2008, 02:17 AM
bboughton bboughton is offline
Newbie
 
Join Date: May 2008
Posts: 2
Credits: 0
Rep Power: 0
bboughton is on a distinguished road
Default Choice of programming language

Hello,
Sorry to ask this question here but not sure where else to go. I have seen posts like Visual Basic verses C++ and the answer is usually each is suited for different purposes.
I have no programming experience but want to create a program to meet my specific needs but have no idea where to start.

I want the program to be able to look at 2 webcams, average the pixel value of each, and put out these in a log alongside a GPS bearing from an NMEA signal.

edit: using windows xp and only has to work on xp.

Any advice on where to start is greatly appreciated. I realise it would be a significant amount of work to do this and would have to start with simpler projects but the above is my ultimate aim and I would like to get there as quick as possible.

Thanks for your time.
Ben

Last edited by bboughton; 05-11-2008 at 04:21 AM. Reason: extra information
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-11-2008, 03:51 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,333
Rep Power: 61
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: Choice of programming language

Visual Basic is a lot simpler than C++, and therefore is the language you should use if you've never programmed before. C++ is more powerful, but more difficult, and VB looks more like English than C++, so VB would be ideal to begin with.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
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-11-2008, 03:59 AM
bboughton bboughton is offline
Newbie
 
Join Date: May 2008
Posts: 2
Credits: 0
Rep Power: 0
bboughton is on a distinguished road
Default Re: Choice of programming language

Thanks for that. So is Visual Basic suitable for the above application? Or is that just advice for where to start? What about visual C#?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-11-2008, 11:58 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,452
Last Blog:
Web slideshow in JavaS...
Credits: 1,333
Rep Power: 61
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: Choice of programming language

Not necessarily the most suitable - most tasks can be accomplished using various languages, but VB has the easiest learning curve.

Visual C# is my favourite language, but is a step up from VB, so you might want to learn it after VB (like I did).
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
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-12-2008, 06:09 AM
suicidal pencil suicidal pencil is offline
Newbie
 
Join Date: May 2008
Posts: 22
Last Blog:
being lazy sucks.
Credits: 0
Rep Power: 2
suicidal pencil is on a distinguished road
Default Re: Choice of programming language

I recommend PERL for learning programming. Not for what your doing, but just to learn programming structure, algorithm development, etc.. PERL is actually pretty easy to learn. Personal experience can vouch.

VB or PERL for learning.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-12-2008, 11:50 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,508
Last Blog:
wxWidgets is NOT code ...
Credits: 852
Rep Power: 28
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default Re: Choice of programming language

One issue will be the number of pixels per image and whether it has to run "live". VB, if I recall, runs slower than the equivalent C++ program so that may be a factor. If you only need a few frames per second, or the images are lo-res, VB would probably be fine.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
General programming and logic :: Programming language types Chinmoy Tutorials 1 04-07-2008 03:15 PM
New Computer Programming Language 'D'? R-G General Programming 10 03-22-2008 04:00 AM
General programming and logic Chinmoy Tutorials 0 03-20-2008 04:58 AM
Choice of language for application? björn nilsson General Programming 5 04-24-2007 04:14 PM
D Programming Language. R-G General Programming 2 04-12-2007 11:22 AM


All times are GMT -5. The time now is 07:05 PM.

Contest Stats

Xav ........ 1333.07
MeTh0Dz|Reb0rn ........ 1055.7
John ........ 881.37
morefood2001 ........ 879.43
marwex89 ........ 869.98
WingedPanther ........ 851.68
Brandon W ........ 757.44
chili5 ........ 312.39
Steve.L ........ 247.05
dcs ........ 217.87

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 82%

Ads