Board index » delphi » Dumping Pascal for C++, need advice.
simo...@ix.netcom.com (Carl Mueller)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
simo...@ix.netcom.com (Carl Mueller)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Dumping Pascal for C++, need advice.I am dumping Turbo Pascal for a C++ compiler, for portability reasons, and the I need MAJOR advice. I only took a class in C once, so I don't know it very I have an interest in protected mode for DOS, Windows '95, and porting to other I'll be using it primarily to write high performance video games, so I need to Any advice one can give is appreciated! Carl P.S. Also a book on protected mode programming would help too, since I know |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice. |
JWillard
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.Advice? Don't! |
Carl Muell
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.Quotejwillar...@aol.com (JWillard44) wrote: What about portability, what about protected mode? BP just isn't being Carl |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice. |
Michael Griff
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.Go out to a local university and spend $100 on Visual C++ Developer's Edition, then head for a bookstore and get "Learning Visual C++ 4.0 in 21 Days", then read the tutorials at http://www.iftech.com in their On-Line Tutorials section. Once you've completed the on-line tutorials and have loaded VC++, take the lessons in the book step-by-step until you get where you want. Mike Griffin QuoteCarl Mueller (simo...@ix.netcom.com) wrote: : fact that lately I've been turning to ASM for almost everything due to : inadequacies of the Pascal language. : I need MAJOR advice. I only took a class in C once, so I don't know it very : I have an interest in protected mode for DOS, Windows '95, and porting to other : I'll be using it primarily to write high performance video games, so I need to : Any advice one can give is appreciated! : Carl : P.S. Also a book on protected mode programming would help too, since I know |
Paul Hsie
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.QuoteCarl Mueller (simo...@ix.netcom.com) wrote: For all the x86 needs, you might as well go with WATCOM C/C++ (that'll get you every flavour of x86 support you can imagine.) For the PPC Mac platform, I'm told CodeWarrior is the only way to go. Quote> : I'll be using it primarily to write high performance video games, so I need to without extra saving and restoring of registers (while remaining safe) around you inline assembly to help maintain the highest possible performance. Quote> : Any advice one can give is appreciated! mode. DPMI is about as seep as you need to go, and that's just if you need to do SVGA. -- What I say and what my company says are not always the same thing |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice. |
Chris Mathe
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.It seems to me this thread belongs in a c newsgroup, since people there are I do know that the PC make-files for PGP 2.6.3i are written for Borland's C Also, Borland's C++ compiler has pretty much the same IDE as BP. Chris Mathews |
Erik Huelsma
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.Replying to an article of Carl Mueller: CM> jwillar...@aol.com (JWillard44) wrote: >> Advice? Don't! CM> How about some reasons? CM> What about portability, what about protected mode? BP just isn't For DOS there is a 32bit DPMI compiler in devellopment: FPK (still very beta) CU, Erik! *** I am slowly getting there, but Sibyl is getting me there faster :-) |
Scott Earne
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.QuoteIn article <0a2_9607110...@idn.nl> Er...@hcc-gron.idn.nl (Erik Huelsmann) writes: etc. It GNU, and I believe the source is available. If you want more information about it, the main site for distribution is kampi.hut.fi. Also, stay tuned here, because there should be an official announcement about it any day now. (BTW, and since it's an extention of GCC, I figure it ought to be possible Quote>CU, Erik! Scott Earnest | We now return you to our regularly scheduled | siny...@{*word*104}space.org | chaos and mayhem. . . . | |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice. |
John Howar
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.QuoteOn Tue, 9 Jul 1996, Carl Mueller wrote: liked using TurboVision and ObjectWindows and other Pascal related tools. But Borland chose to focus exclusively on Delphi for Windows and hitched all their wagons to Microsoft. I had been developing for DOS, DPMI, and Windows v3.x for several years. I tried OS/2 Warp and wanted to include it as a target. That meant no more Borland Pascal investments. But I found a better alternative and that's probably what you are trying to do. So, whether -- Then consider learning the Ada 95 ISO(8652:1995) language. -- See ftp://cs.nyu.edu/pub/gnat There you'll find the GNU based freeware Ada 95 compiler system complete There are freeware libraries supporting GPP or GCC that GNAT can use. For the best links to Ada 95 related stuff go to the Want to experiment with Ada 95 online compiling? Use the WebAda server For more assistance join comp.lang.ada and the Gnat mailing list. Some recent books: * N. Cohen. "Ada as a Second Language". * Feldman & Koffman. "Ada 95 Problem Solving and Program Design". * M. Feldman. Software Construction and Data Structures with Ada 95. For more book lists see the I am using GNAT for OS/2, and GNAT for DPMI. Writing games is an And I am willing to bet that the average Ada programmer earns more money ------------------------------------------------------------------------ |
Michael Griff
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Dumping Pascal for C++, need advice.My opinion is quite the opposite of John's. Ada was developed primarily as a language to be used by the Department of Defense. Many of Dod's largest (recent) projects have been developed using Ada, but there has been a recent trend by Dod to relax this "rule" and allow C++ to be used in lieu of Ada. Since C++ allows many of the reusability aspects that Ada touts, and since it is DEFINITELY faster, more compact, and less dependent on hardware, C/C++ makes a better all-around choice for newer Dod designs. I, too am a "Pascal-er" from way back, but have come to realize that the trend over the past several years has been towards C -- NOT to Pascal (Delphi or otherwise) and definitely NOT to ADA. As evidence of this, take a look at virtually any "jobs" newsgroup you choose and count the number of openings for C++ versus Ada or any other language. No contest. C++ has it hands down, in many cases by ratios exceeding 100-to-1. While the pay for that rarer Ada job may be very nice, the pay for a good C++ engin My apologies to readers in ..pascal.borland who don't believe this discussion belongs in this newsgroup. It was started here, and this is simply a continuation. My advice is to stick with your original plan: learn C++. You can't miss. Michael Griffin QuoteJohn Howard (jhow...@sky.net) wrote: : > Any advice one can give is appreciated! : Don't do it. I was a refugee from Borland Pascal last year. I really : So, whether : -- Then consider learning the Ada 95 ISO(8652:1995) language. -- : See ftp://cs.nyu.edu/pub/gnat : There you'll find the GNU based freeware Ada 95 compiler system complete : There are freeware libraries supporting GPP or GCC that GNAT can use. : For the best links to Ada 95 related stuff go to the : Want to experiment with Ada 95 online compiling? Use the WebAda server : For more assistance join comp.lang.ada and the Gnat mailing list. : Some recent books: : * N. Cohen. "Ada as a Second Language". : * Feldman & Koffman. "Ada 95 Problem Solving and Program Design". : * M. Feldman. Software Construction and Data Structures with Ada 95. : For more book lists see the : I am using GNAT for OS/2, and GNAT for DPMI. Writing games is an : And I am willing to bet that the average Ada programmer earns more money : ------------------------------------------------------------------------ |
1. Need Pascal to Delphi or C++ or Pascal 32-bit conversion advice
2. Advice for Pascal Programmers trying to read C/C++ code
3. Need advice: Using av C/C++ DLL that returns strings as parameters
4. need advice on upgrading to C++ Builder
5. Need Pascal to Delphi or C++ or Pascal 32-bit conversion
6. Need Advice For Pascal Project
7. Need Advice & WTB: Turbo Pascal 7
8. New to Pascal..Advice needed
9. Need program for convert C++ source code to Pascal source code (Delphi)