The ProgrammersTalk Community
Forum Register Search Today's Posts Mark Forums Read
Register

Go Back   The ProgrammersTalk Community > The ProgrammersTalk > General Talk


Welcome to the The ProgrammersTalk Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Reply
 
LinkBack Thread Tools    Display Modes   
  #11 (permalink)  
Old 07-18-2007, 02:46 AM
Lee's Avatar
Lee Lee is offline
PT Staff*
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: Blackpool, UK
Posts: 616
iTrader: (0)
Lee is just really niceLee is just really niceLee is just really niceLee is just really nice
Quote:
Originally Posted by HelloWorld View Post
I also read it somewhere that Visual Basic is also some form of BASIC languages, is that true? Then is Visual Basic and C++ the same in term of Run time speed, and the layer that you're talking about?
I am sure i read somewhere that VB is the same as c++ when it concerns layer, i think it said when you have compiled your program, like c++ is talks to the OS, it could of been wrong though, maybe you could comfirm?

VB is a language that was derived from BASIC.
Reply With Quote
  #12 (permalink)  
Old 07-18-2007, 01:06 PM
rpgfan3233 rpgfan3233 is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jul 2007
Posts: 118
iTrader: (0)
rpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura aboutrpgfan3233 has a spectacular aura about
VB was the successor to QuickBASIC and QBasic, which were in turn successors to things like GW-BASIC, BASICA and the original Dartmouth BASIC. Like the last two, VB was for DOS (when it was first released). Windows 3.x (I forget what version) was released, and as more versions were released, VB progressed into a compiled language for Windows. The thing is that VBDOS had its own forms designer (FD.EXE) for creating forms in DOS! It wasn't quite the Windows 3.1 level of GUI, but it sufficed for making programs that were more event-driven (e.g. user enters something in a text field (keypresses are events), clicks on a Submit button (clicking is an event), validation of input happens and then fitting output is displayed).

You can find VBDOS for download online if you want to try it (it is considered abandonware), though I'd recommend running it in DOSBox or another DOS emulator other than the one that comes with Windows 2000, Windows XP or Windows Vista, if you can.

Anyway, that's rather off-topic. As far as VB v.s. C++ for run speed, they should be close. VB's constructs are quite different from C++, but they should be relatively close in terms of run speed.

And as for the layer I was referring to, C++.NET and VB.NET should compile to similar code and pass through the same layer, meaning the run speed should be similar.

__________________
"C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off."
-- Bjarne Stroustrup, creator of what is now known as C++
For more quotes by Bjarne Stroustrup, check out http://www.research.att.com/~bs/bs_faq.html#really-say-that.
Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 05:29 AM. Powered by vBulletin
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO © 2007 ProgrammersTalk Sedo - Buy and Sell Domain Names and Websites project info: programmerstalk.net Statistics for project programmerstalk.net etracker® web controlling instead of log file analysis


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50