Wed, 18 Jun 1902 08:00:00 GMT
turbo pascal vs delphi
hello all, i need some advice: i would like to start writing windows apps/programs after years of writing dos programs in turbo pascal 6.0, and i 'd just like to know if i should start with turbo pascal for windows or delphi. i have tried turbo c++ for windows 4.5 but sometimes i have trouble making out the error messages, like sometimes i would get a "invalid floating point" when, i think, it should be "divsion by zero" (strange). but what i'd really like is a "range checking" feature (like in tp6.0 for dos) where the complier adds some code to flag any invalid indexes to arrays or overflows/underflows in integers/real numbers. this "range checking" feature seems to be lacking in turbo c++, so, i have to add extra lines of code to do this :( thanks for any infomation or help. dave
|