Whats Better? Visual Basic, Delphi or C++? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Whats Better? Visual Basic, Delphi or C++? (/showthread.php?tid=36162) Whats Better? Visual Basic, Delphi or C++? by DJeX on 12-30-2004 at 06:27 AM I'm getting lost in all these programming languages. I was wondering what is better Delphi or C++? and how different is Delphi form the other coding languages? RE: Whats Better? Visual Basic, Delphi or C++? by Ardv4rk on 12-30-2004 at 07:04 AM I would go with Delphi..and that is an evil, evil flash signature you have. RE: Whats Better? Visual Basic, Delphi or C++? by Ash_ on 12-30-2004 at 07:04 AM
Its a negative for Visual Basic. RE: Whats Better? Visual Basic, Delphi or C++? by DJeX on 12-30-2004 at 08:02 AM
Ardv4rk I don't have a flash signature. RE: Whats Better? Visual Basic, Delphi or C++? by RaceProUK on 12-30-2004 at 10:45 AM
Ash_, you're right in thinking that C++ is very popular. In fact, it has been more or less since it was invented back in the 70s. RE: Whats Better? Visual Basic, Delphi or C++? by Anubis on 12-30-2004 at 10:49 AM I may be the odd one out, but I found VB was a good language to pick up quickly and understand the way programming works, even if you don't use it that much, it's a good way to understand all the terms quickly... RE: Whats Better? Visual Basic, Delphi or C++? by Ash_ on 12-30-2004 at 11:23 AM
yeh ok, it might be good for a few features. but creating windows is way to easy when converting to another language people will definately not understand about Registering Classes and such. code: the only way i can do it in C++ and ASM is using CreateFile and WriteFile api calls. if theres an easy macro include or something can someone please tell me anyway the only real thing i use for vb now is quick programs to test if an idea is possible. then if it is ill translate to probly Assembly. anyways thats my opinion, i used to be a big fan of the ol' vb but then i joined this forum RE: Whats Better? Visual Basic, Delphi or C++? by Millenium_edition on 12-30-2004 at 01:51 PM
VB is a good language to learn how everything works, to learn basic API calls. I think everyone disses it because it's too easy for the things you can actually do with it. RE: Whats Better? Visual Basic, Delphi or C++? by Stigmata on 12-30-2004 at 05:27 PM
im a vb programmer and learning c++ code: c++ code: (still dont know why u put the 0 there...) only problem i have with vb is that you cannot subclass other windows cept your own RE: Whats Better? Visual Basic, Delphi or C++? by CookieRevised on 12-30-2004 at 06:14 PM
quote:that defines what kind of messagebox you want. Just the same as in VB... There is not something like "what's best". It depends on what you want and on what you comfortable with. You can't compare C++ with VB or something. Both are very different languages and both have their advantages and disadvantages. If you want to compare then compare within the same class, like compare C++ with other C++ variants. Or compare VB with other Basics.... For the beginner VB is quite easy to learn and you wont get lost as fast as in C++. VB is also much easier to understand (and thus to learn how to program). C++ is better for advanced programs as C++ is a lower level language and thus you can do more advanced stuff with it. But don't get me wrong, you can do a lot in VB as well and for most people and programs VB is quite sufficient... RE: Whats Better? Visual Basic, Delphi or C++? by Purity on 12-30-2004 at 06:24 PM
hmmm... I started at learning Qbasic( )I think its best if u want to get kind of familiar with programming, your should start off with Qbasic--->Visual Basic---->C and C++ or Delphi. but I think C++ is a better language, its wat windows is programmed in, maybe try learning C Sharp. RE: Whats Better? Visual Basic, Delphi or C++? by Mattwood9 on 12-30-2004 at 06:40 PM
Hi, RE: Whats Better? Visual Basic, Delphi or C++? by RaceProUK on 12-30-2004 at 11:02 PM
I must agree with all the above: VB is great for the absolute beginner. But, before too long, you crave some real power, which is when you switch to C-family languages like C++ and Java, or others like Delphi. |