|
-
Sep 6th, 2001, 04:20 PM
#1
Thread Starter
Lively Member
Delphi 6.0 60 day trial
Before I answer their Survey and pull up the download...
I would like to know about your opinion on delphi 6.
-
Sep 6th, 2001, 04:24 PM
#2
Member
It's based on Pascal.
'Nuff said. Pascal sucks.
-
Sep 6th, 2001, 04:41 PM
#3
Arien, don't try to make everyone conform to your opinions. not every hates all the stuff you do.
-
Sep 6th, 2001, 04:49 PM
#4
Member
-
Sep 6th, 2001, 05:06 PM
#5
never played with it. but just from listening to you, I hate it already, so I might never get a chance to play with it.
-
Sep 6th, 2001, 08:05 PM
#6
PowerPoster
Originally posted by scoutt
Arien, don't try to make everyone conform to your opinions. not every hates all the stuff you do.
Did not need to post that
-
Sep 6th, 2001, 09:34 PM
#7
Junior Member
pascel used ta be poplar. but the syntex in flippier than a bare bellied lizard.
in watermelon sugar the deeds were done and done again as my life is done in watermelon sugar.
-
Sep 6th, 2001, 09:36 PM
#8
Member
VB's syntax is like a mix of Pascal and C++. Freaky.
-
Sep 6th, 2001, 11:08 PM
#9
Originally posted by abdul
Did not need to post that
and why not??????
every post he does it says "don't use that it sucks, use this..."
-
Sep 7th, 2001, 05:56 AM
#10
-
Sep 7th, 2001, 07:10 AM
#11
Monday Morning Lunatic
Pascal is good for teaching programming skills because it's so strict. However, that strictness means I wouldn't want to use it to write a real program.
I prefer C++ where you can have all sorts of fun casting random numbers to pointers and then passing them off to Windows
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 7th, 2001, 12:39 PM
#12
Member
C++ is pretty strict, too.
-
Sep 7th, 2001, 12:41 PM
#13
Monday Morning Lunatic
Originally posted by filburt1
C++ is pretty strict, too.
Yes, but it's pointlessly simple to get past that.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 7th, 2001, 12:46 PM
#14
Member
I believe Pascal's variables aren't case sensitive...? Or at least function names aren't...
-
Sep 7th, 2001, 12:48 PM
#15
Monday Morning Lunatic
Really? Yikes.
Not sure if VB's variables are case-sensitive since the editor corrects them
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 7th, 2001, 12:55 PM
#16
Member
The editor does so much to "improve" your code:
VB Code:
' It'll do this:
Sub foo()
Exit Sub
ErrorChecker:
Exit Sub
End Sub
' Instead of this
Sub foo()
Exit Sub
ErrorChecker:
Exit Sub
End Sub()
I like the IDE in the way it immediately identifies syntax errors, but it only colorizes the line after you go to the next line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|