Welcome, Guest. Please login or register.

Author Topic: ReadArgs() problem.  (Read 1522 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CodeSmith

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 499
    • Show all replies
Re: ReadArgs() problem.
« on: July 20, 2003, 08:12:43 AM »
Didn't the compiler give you any warning about casting integers to pointers?  :-?

BTW: pointers are THE key to efficient programming in C (C++ not so much, but still quite a bit).  Take some time to learn all you can about them, they are *very* important.