What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Whats Better? Visual Basic, Delphi or C++?

Pages: (2): « First [ 1 ] 2 » Last »
Whats Better? Visual Basic, Delphi or C++?
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. Grin  Whats Better? Visual Basic, Delphi or C++?
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?
[Image: top.gif]
12-30-2004 06:27 AM
Profile PM Web Find Quote Report
Ardv4rk
Junior Member
**

Avatar
4rdv4rk

Posts: 16
36 / Male / –
Joined: Dec 2004
RE: Whats Better? Visual Basic, Delphi or C++?
I would go with Delphi..and that is an evil, evil flash signature you have.
[Image: Sigalt.gif]
12-30-2004 07:04 AM
Profile E-Mail PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Whats Better? Visual Basic, Delphi or C++?
Its a negative for Visual Basic.

out of Delphi or C++, i reckon its just whatever you like.
i've never seen any programs (that i know of ) or any source code for Delphi. but  C++ seems like the way everyone is going these days.

lol 16 bit Assembly (:P) is the way to go tho :P
[Image: jeansiger5.jpg]
12-30-2004 07:04 AM
Profile PM Find Quote Report
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: Whats Better? Visual Basic, Delphi or C++?
Ardv4rk I don't have a flash signature.


Thanks Ash.

This post was edited on 12-30-2004 at 08:03 AM by DJeX.
[Image: top.gif]
12-30-2004 08:02 AM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Whats Better? Visual Basic, Delphi or C++?
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.
As for how good it is compared to Delphi, well that's just personal choice.
[Image: spartaafk.png]
12-30-2004 10:45 AM
Profile PM Web Find Quote Report
Anubis
Elite Member
*****

Avatar
42

Posts: 2695
Reputation: 64
33 / Male / Flag
Joined: Oct 2003
RE: Whats Better? Visual Basic, Delphi or C++?
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...
[Image: anubis5hq.png]
12-30-2004 10:49 AM
Profile PM Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Whats Better? Visual Basic, Delphi or C++?
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.

also people will need to learn how to take the long way round for most things when converting rather than in vb (right click -> add -> form or whatever)

another example is creating and saving files.

VB
code:
open "C:/blah.txt" for output as 1
Print #1, "sick"
'or
"Write #1, "im n00bie"
Close #1


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 :P

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 :dodgy: :P

This post was edited on 12-30-2004 at 11:25 AM by Ash_.
[Image: jeansiger5.jpg]
12-30-2004 11:23 AM
Profile PM Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Whats Better? Visual Basic, Delphi or C++?
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.
c++ is VB, but expanded and with more liberty.

i have never used delphi.
12-30-2004 01:51 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Whats Better? Visual Basic, Delphi or C++?
im a vb programmer and learning c++

and ive got to admit vb seems the easy way out :)

with c++ your have to do the right caps etc...

vb
code:
Msgbox "Messengerbox text", "Message box Title"


c++
code:
MessageBox ("Message Box Text, "Message Box Title", 0)


(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
12-30-2004 05:27 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Whats Better? Visual Basic, Delphi or C++?
quote:
Originally posted by Stigmata
(still dont know why u put the 0 there...)
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...

This post was edited on 12-30-2004 at 06:20 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-30-2004 06:14 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On