• Issues Related to Function Decleration
    I have encountered some problems while writing the code for 8051 microcontroller, Can you explain me the following issues: 1- Compiler issued an error when i pass the value to function by referece...
  • Issues Related to Function Decleration
    I have encountered some problems while writing the code for 8051 microcontroller, Can you explain me the following issues: 1- Compiler issued an error when i pass the value to function by referece...
  • C++: Global classes: prefer static data or not?
    Hi, very sorry if this question should be too picky ... . I have quite a bit of large "global classes" in my multi-module C++ software. (I mean a class without constructor/destructor, which is used...
  • C++: Global classes: prefer static data or not?
    Hi, very sorry if this question should be too picky ... . I have quite a bit of large "global classes" in my multi-module C++ software. (I mean a class without constructor/destructor, which is used...
  • Easy way to put a global C++ class into ZI segment (init to zero)?
    Hi, I am just doing some first test with C++ for my STM32F4 controller (coming from C programming - I did not use C++ for controllers before, only for Windows programming). I want to use mainly...