• Thousand separator in printf
    Hi, I want to do something like this printf("The number = %d\r\n",1000000); And I want it to show as The number = 1000,000 but I get The number = 1000000 also I have tried to use setlocale...
  • Mixing separately compiled objects
    Let's I have a class `class Drawable`. It could have many members, member functions, parent classes, or could be very simple. For the sake of this example that is not important. Also, let's say it is...
  • 2 separate HEX files
    I'm using the Keil C51 compiler for my project. I need to create 2 separate code areas: one for on-chip code and one for off-chip (EEPROM) code. I want to locate some functions on-chip (for speed) and...
  • Thousand separator in printf
    Hi, I want to do something like this printf("The number = %d\r\n",1000000); And I want it to show as The number = 1000,000 but I get The number = 1000000 also I have tried to use setlocale...
  • Mixing separately compiled objects
    Let's I have a class `class Drawable`. It could have many members, member functions, parent classes, or could be very simple. For the sake of this example that is not important. Also, let's say it is...