|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
General of Tangerines
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2001
Location: Defending the Sea
Posts: 3,883
|
Since M$ has phased out VC++ 6.0, I am left with Borland C++ Builder 6.0 as an option.
Has anybody used Borland C++ Builder? How is C++ Builder? Is C++ Builder good as Visual C++ 6.0? |
|
|
|
|
|
#3 (permalink) | |
|
Insane Linux Advocate
![]() ![]() ![]() Join Date: May 2001
Location: USA
Posts: 271
|
Quote:
![]() Anyway, I haven't tried BCB6 but if it's like BCB5 (which I have, and judging by what I've seen of 6, it is), it's a cool development environment, allowing you to do more RAD development with C++ than VC6 allows (as in you can place controls on a form and assign events to them which you code around -- kind of like VB, but with a real language ). I like it lots for quick GUI C++ app development.
__________________
TITLE GOES HERE. // The Linux Blog Of Stuff Warning: my posts may be filled with sarcasm and/or lies. Proceed with caution. oldskool pc win: 1.5GHz P4/384MB/GeForce FX 5200 running GNU/Linux. |
|
|
|
|
|
|
#5 (permalink) |
|
Insane Linux Advocate
![]() ![]() ![]() Join Date: May 2001
Location: USA
Posts: 271
|
Heh, Pascal drives me nuts. First structured language I learned and I hated it. Thank goodness for C/C++
__________________
TITLE GOES HERE. // The Linux Blog Of Stuff Warning: my posts may be filled with sarcasm and/or lies. Proceed with caution. oldskool pc win: 1.5GHz P4/384MB/GeForce FX 5200 running GNU/Linux. |
|
|
|
|
|
#6 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2002
Location: Vienna/Austria/Europe
Posts: 1,168
|
Althought I currently do more programming in C or Java (which also has a C-like syntax), I miss the good old time of pascal programming. Compared to pascal, C is like a bad joke. Like a macro assembler which has been extended until it looked somehow like a real programming language. Well, some people who never learned typewritting might prefer "{}" to "begin end" and in terms of efficiency, "= ==" might save a few keystrokes compared to ":= ="; but my experience says, if a program is successfull (that means: used by a lot of people for a long time), you read the code 10 times more often that you write it. An ugly language like C or C++, which depends a lot on the comments to be readable, is a big disadvantage compared to a beautiful language like Pascal.
__________________
If you think my English is bad, wait till you read my Polish. |
|
|
|
|
|
#7 (permalink) |
|
Insane Linux Advocate
![]() ![]() ![]() Join Date: May 2001
Location: USA
Posts: 271
|
Shows how different people think different things are beautiful... I think Pascal is ugly because of the things you mentioned, and C/C++ are beautiful for the things you mentioned.
To each his or her own.
__________________
TITLE GOES HERE. // The Linux Blog Of Stuff Warning: my posts may be filled with sarcasm and/or lies. Proceed with caution. oldskool pc win: 1.5GHz P4/384MB/GeForce FX 5200 running GNU/Linux. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|