C Board  

Go Back   C Board > Platform Specific Boards > Windows Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 02-04-2005, 07:30 PM   #1
Registered User
 
Join Date: Jan 2005
Posts: 51
visual basic vs C or C++

I don't know much about Visual Basic, but a number of people tell me they use it and like it. Keep in mind they are on the other side of the coin from me and they don't know C.

My question is for those who program windows using both. Is Visual Basic much better for programming windows? I am comfortable with C and kind of lazy to learn another language. Can you do everything with visual basic you could do in C or C++? Is there a great advantage in learing visual basic? Am I just too behind the times?

Thanks for your opinions.

Last edited by FOOTOO; 02-04-2005 at 07:33 PM. Reason: typo
FOOTOO is offline   Reply With Quote
Old 02-04-2005, 07:44 PM   #2
Registered User
 
Join Date: Sep 2004
Location: California
Posts: 3,020
The only advantage visual basic has over C, is that visual basic can create simple windows programs faster than you could do using just C.
bithub is offline   Reply With Quote
Old 02-04-2005, 08:12 PM   #3
Registered User
 
Join Date: Jan 2005
Posts: 51
Can it do things like structures and pointers to structures or perhaps function overloading?
FOOTOO is offline   Reply With Quote
Old 02-05-2005, 02:15 AM   #4
&TH of undefined behavior
 
Fordy's Avatar
 
Join Date: Aug 2001
Posts: 5,219
Quote:
Originally Posted by FOOTOO
Can it do things like structures and pointers to structures or perhaps function overloading?
>>structures

Yes.

>>pointers

To a moderate degree

>>function overloading

Dont think so.
__________________
"If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut."
Albert Einstein (1879 - 1955)


Board Rules
Fordy is offline   Reply With Quote
Old 02-05-2005, 03:46 AM   #5
It's full of stars
 
adrianxw's Avatar
 
Join Date: Aug 2001
Posts: 4,833
As has been said already, VB is great at putting together a GUI quickly. In fact, a lot of people use VB to build the UI, but link it to .dll's written in C/C++ to get the functionality they require, with the painless UI construction VB offers.

There are other rapid development tools available. I regulaly use Delphi which has some similarities to VB when it comes to UI construction, but it really shines when you need to develop database front ends, the VCL class library is well thought out. If you want a rapid development tool that uses C/C++ as it's working language, get an eval of Borland C++ Builder. It uses the same class library as Delphi, but I can't comment further as I've never used it - it should be a good product however.
__________________
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.
adrianxw is offline   Reply With Quote
Old 02-06-2005, 08:41 PM   #6
Registered User
 
Join Date: Jan 2005
Posts: 51
Thanks for the feedback.

Based on what you've described, I guess I'll stick to the C/C++ languages. I think Watcom provides a visual programmer program, but I never played with it. It sounds like my time would be better spent mastering my petzold book than to tackle learning visual basic.

Thank you.
FOOTOO is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A few questions about Visual Basic, C++, and starting windows programming Normac Windows Programming 10 11-23-2007 12:13 AM
Run Visual Basic code inside C++? torbjoen Windows Programming 8 07-31-2002 11:41 PM
<list> Unregistered C++ Programming 9 02-24-2002 04:07 PM
Visual Basic C++ gussguss C++ Programming 8 11-20-2001 10:58 AM


All times are GMT -6. The time now is 04:02 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22