What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??

Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. Roll Eyes  Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ??
This is kind of a continuation of my last post about an easier program to code C++ in.

Some one suggested in a reply to try Borland C++ Builder 6. So I bought it after researching more on it.

It turns out that it has all the features I wanted and more. I really want to use this program to learn C++ and code my programs. But then I come to this question. Which program will compile better code?

Like for instance in MS Visual C++ 6 you use the code:

code:
MessageBox("Test")

To display a message box with the word test on it.


But in Borland C++ builder 6 you use this code:

code:
Application->MessageBox("Testing", "Test", MB_OK);


Does MS Visual C++ 6 just substitute the "Application->" and ", "Test", MB_OK" parts for you when you compile the program or that just extra crap Borland adds?


Any suggestions will be greatly appreciated.
[Image: top.gif]
12-21-2004 10:53 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by DJeX on 12-21-2004 at 10:53 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by RaceProUK on 12-22-2004 at 10:13 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Ash_ on 12-23-2004 at 09:50 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by DJeX on 12-24-2004 at 04:17 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Ash_ on 12-24-2004 at 02:41 PM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by DJeX on 12-27-2004 at 01:57 AM
RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Millenium_edition on 12-27-2004 at 08:31 AM
RE: RE: Borland C++ Builder 6 vs. Microsoft Visual C++ 6 ?? - by Ash_ on 12-27-2004 at 09:01 AM


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