I want to use a macro definition to implement a simple conversion utility as shown here
Do numerical macros store integers by default? If yes, would I need to have a type cast to a double/floating point type and rounding to achieve what I want here?Code:#define MM_TO_POINT(mm) 2.83464567*mm



LinkBack URL
About LinkBacks


