Author Topic: Porting the code  (Read 7559 times)

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Porting the code
« Reply #15 on: October 21, 2005, 03:58:40 PM »
You're supposed to fragment your code into multiple files.  That makes multiple developers working on the same project easier to share source.

I usually have about 500 lines of code in each .cpp file.

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Porting the code
« Reply #16 on: October 21, 2005, 04:30:23 PM »
I've uploaded the C++ code as it now stand to the FTP.  Definately look at it along side the VB code to see how they're similar/different.

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
Porting the code
« Reply #17 on: October 21, 2005, 04:36:22 PM »
exselent.