Using #define keep in mind that all chars will be substituted at compile time. In one example the define ended with a ";"..... No good.
No define can use the comment sign //.... Comments in a #define need to be /comments/...
Using #define keep in mind that all chars will be substituted at compile time. In one example the define ended with a ";"..... No good.
No define can use the comment sign //.... Comments in a #define need to be /comments/...