Welcome, Guest. Please login or register.

Author Topic: Programming Software  (Read 4571 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Hans_

Re: Programming Software
« on: February 12, 2008, 01:54:54 PM »
Quote

Piru wrote:
@ThePieman

programming language: C
compiler: SAS/C (if you can find & afford it), if you can't: gcc (or if you must have IDE, StormC4)


He could also buy CubicIDE.

I second the call to use C. GCC is also a C++ compiler so you could even use C++ if you wanted to. You just have to be careful how you use it in order to obtain speed. Assembler should only be used to optimize routines when absolutely necessary. That's done after you use a profiler to find the bottlenecks in the program. In some cases C code is as fast as assembly (depending on the compiler), and in others it's pretty close.

Hans
Join the Kea Campus - upgrade your skills; support my work; enjoy the Amiga corner.
https://keasigmadelta.com/ - see more of my work