Welcome, Guest. Please login or register.

Author Topic: Active games programmers  (Read 3352 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Leffmann

  • Full Member
  • ***
  • Join Date: Feb 2011
  • Posts: 119
    • Show all replies
Re: Active games programmers
« on: April 22, 2013, 10:21:34 PM »
SAS/C 6.58 generates pretty good code. You can even run it on your Mac or PC using AmiTools if cross-development is a must. It has basic C++ support, but no C99.

VBCC is pretty ok, very simple to use and set up. It has C99 support but no C++. It's not meant for 68020+ only, the source code is available so you can compile it to run on an A1000 if you want, or any other computer and operating system for that matter.

Then there's GCC which is very powerful, but has always been a mess to set up and it eats more RAM and CPU.
« Last Edit: April 22, 2013, 10:23:35 PM by Leffmann »