Welcome, Guest. Please login or register.

Author Topic: Beginner Programing  (Read 10204 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline smithy

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 511
    • Show all replies
Re: Beginner Programing
« on: February 10, 2004, 12:37:15 PM »
The OS4,  MOS & AROS  definately need more programmers to work on apps so it's good to see that there is some interest.

Anybody learning to program should forget C, and focus on C++ instead.  Some of the comments have suggested the opposite, because C++ is more complex.  This is true, but the complicated language features aren't going to be even remotely touched upon by a beginner anyway.

The C++ features that a beginner will learn, such as I/O and the string class, are far simpler than C's equivalents anyway, and C, for the most part, is compilable in a C compiler.

As to the people who suggested learning Java - how is that going to benefit Amiga-ish systems?!  If you know C++ you can learn any other language in no time, as it's the big beast of programming languages, but it wouldn't be the case with Java which is far simpler.

 

Offline smithy

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 511
    • Show all replies
Re: Beginner Programing
« Reply #1 on: February 10, 2004, 12:41:24 PM »
As for mentors, I'm not sure they are needed either.  There is no point in people writing C++ tutorials when there are hundreds of excellent textbooks that do the same thing.

For Amiga programming, the ROM Kernel Manuals and tonnes of examples and articles on the Amiga developer CD 2.1 is more than enough too.

There are the "Developers" forums here on amiga.org that new developers can use to ask questions.  I will pay more attention to these in future and help where I can.