Sunday, June 06, 2004

Building C projects


  1. Always make a document first in proper format Arial 10 or 12.

  2. Start with some C programs using Turbo C or Unix C

  3. Go to advanced stage using VC++ etc.

  4. While debugging use debug statements in the code itself to Debug. like "printf("In MAin") etc;
  5. Planned projects

    • Bulk E-mailer using VC++ and Linux C

    • Travelling Salesman Problem Solver using Genetic Algorithms using VC++