Welcome, Guest. Please login or register.

Author Topic: Mr. Biehl learns C  (Read 7222 times)

Description:

0 Members and 3 Guests are viewing this topic.

Offline Waccoon

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1057
    • Show all replies
Re: Mr. Biehl learns C
« on: April 07, 2005, 03:36:28 AM »
Quote
I can tell you most books out there on the subject are useless, or a headache at best.

No kidding.  I've learned a hell of a lot more about programming once I left college than while I was in school.

Be careful with pointers, though.  A lot of times you don't need them.  Spend some time to learn all the types and methods supported by your compiler, first.  I did some quick and dirty stuff with Lattice a long time ago, but I'm not sure if Amiga compilers are as standardized as most PC compilers.
 

Offline Waccoon

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1057
    • Show all replies
Re: Mr. Biehl learns C
« Reply #1 on: April 19, 2005, 03:46:42 AM »
Quote
Ok, I'll start looking at C++ and the whole OOP theory to boot.

Just don't go crazy with OOP.  It was developed to solve a certain number of problems and it helps to know when not to use it.  :-)