Tuesday, January 24, 2006

How to solve the problem of versioning while coding?
Example: we have two version of software one is enterprise and another is professional .How to have the two version of code in same solution?

1 comment:

Anonymous said...

U can use pre processors like #define ,#if to solve this problem