Author Topic: Multi-Linked Forum  (Read 3186 times)

Offline zack8686

  • Single posting newcomer
  • *
  • Posts: 5
Multi-Linked Forum
« on: March 17, 2009, 06:25:10 am »
Hi, I've coded in C++ using C::B , Basic4gl , FreeBasic and others . Hope that there is a multi-linked forum that can make forums the place of all interested programmers . I've post the link for this forum in my new forum , anyone can feel free to visit my forum http://www.z-techprogramming.proboards.com/index.cgi and get more links for other forum that one is interested in .


-Thanks-

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Multi-Linked Forum
« Reply #1 on: March 17, 2009, 06:38:02 am »
Hi, I've coded in C++ using C::B , Basic4gl , FreeBasic and others . Hope that there is a multi-linked forum that can make forums the place of all interested programmers . I've post the link for this forum in my new forum , anyone can feel free to visit my forum http://www.z-techprogramming.proboards.com/index.cgi and get more links for other forum that one is interested in .


-Thanks-

Sounds Great!That forum just need more people to get involved.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.