• Listing Compiled Constant Data
    I wish to be able to view the constant data generated by the compiler. IE char code * some_strings[] = { "some text", "some more text" }; The compiler shows none of this pointers or actual...
  • Listing Compiled Constant Data
    I wish to be able to view the constant data generated by the compiler. IE char code * some_strings[] = { "some text", "some more text" }; The compiler shows none of this pointers or actual...
  • List of calculated constants
    I use the preprocessor to calculate a rather large array of constant values (it get more comples later) such as #define LM2 0x2040 #define LSENS 0 // NOTE: LSENS MUST BE LESS THAN HALF LM2 IF CHANGED...
  • List of calculated constants
    I use the preprocessor to calculate a rather large array of constant values (it get more comples later) such as #define LM2 0x2040 #define LSENS 0 // NOTE: LSENS MUST BE LESS THAN HALF LM2 IF CHANGED...
  • serial port data/constant delay
    Hi I m recieving the serial port data by using the scanf command and then running a loop for inserting the delay the character got from serial port will determeine the delay But the problem i...