Find   


An Affiliate of AIHorizon




This tip submitted by Sharma PCS on 2005-10-20 07:19:58. It has been viewed 28021 times.
Rating of 3.4342 with 76 votes

Effective Modularity in Programming



If you are doing a C project which requires modules and which is supposed to be ported in future, then it is better to do like this.

Write those code segments which are machine independent in one module and those which are machine dependent in another module.

While porting the program to another type of machine it is easy to fix errors if you do like this.




More tips


Add a tip!



-----
Interested in advertising with us?
Please read our privacy policy.
Copyright © 1997-2005 Cprogramming.com. All rights reserved.