Thread OR | set jobs
(8 answers)
Opened by Graf Herschel at 2016-08-29 11:54 2016-08-29T10:17:28 GwenDragon #define = Preprocessor directive zur macro Definition. Z.B. #define GET_MIN(a,b) ((a < b) ? a:b) oder #define HALLO 0x1024 sind eigentlich beides macros #pragma = Compiler directive Dank nocheinmal für die Unterstützung Last edited: 2016-08-29 13:20:37 +0200 (CEST) |