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

Whats Better? Visual Basic, Delphi or C++?
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Whats Better? Visual Basic, Delphi or C++? - by DJeX on 12-30-2004 at 06:27 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by Ardv4rk on 12-30-2004 at 07:04 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by Ash_ on 12-30-2004 at 07:04 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by DJeX on 12-30-2004 at 08:02 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by RaceProUK on 12-30-2004 at 10:45 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by Anubis on 12-30-2004 at 10:49 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by Ash_ on 12-30-2004 at 11:23 AM
RE: Whats Better? Visual Basic, Delphi or C++? - by Millenium_edition on 12-30-2004 at 01:51 PM
RE: Whats Better? Visual Basic, Delphi or C++? - by Stigmata on 12-30-2004 at 05:27 PM
RE: Whats Better? Visual Basic, Delphi or C++? - by CookieRevised on 12-30-2004 at 06:14 PM
RE: Whats Better? Visual Basic, Delphi or C++? - by Purity on 12-30-2004 at 06:24 PM
RE: Whats Better? Visual Basic, Delphi or C++? - by Mattwood9 on 12-30-2004 at 06:40 PM
RE: Whats Better? Visual Basic, Delphi or C++? - by RaceProUK on 12-30-2004 at 11:02 PM


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