Welcome, Guest. Please login or register.

Author Topic: Borland C++  (Read 2207 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline EDanaII

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 579
    • Show all replies
    • http://www.EdwardGDanaII.info
Re: Borland C++
« on: August 26, 2007, 08:21:57 PM »
Personally, I'd recommend learning C++ on a modern compiler.

I first learned C ages ago, but was never completely successful in using it on the Amiga until recently. This was mostly because of the available information then as now, but also because the compilers were less fault tolerant back then. I think this is also true for modern C++ compilers.

I'm finally managing to get somewhere with C and C++ because the modern compilers do a lot of "hand holding" for me, letting make more language related mistakes now and learning more compiler specific issues later.

But that's my two cents.

Ed.
Ed.
 

Offline EDanaII

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 579
    • Show all replies
    • http://www.EdwardGDanaII.info
Re: Borland C++
« Reply #1 on: August 26, 2007, 09:28:44 PM »
AmiDevCpp is what I use too, and while I'll never proclaim it "the greatest thing that ever was." :-) It certainly has allowed me to get Amiga programs up and running, even more easily than the venerable and respected Lattice C.

Ed.
Ed.