• How to deal with va_xxx constructions?
    Hello, I have the following piece of code: static void *Circle_ctor( void *_self, va_list *app ) { struct Circle *self = ( (const struct Class *) Point )-> ctor( _self, app ) ; self->rad =...
  • Interfacing MCS to PLC modem for clock generation
    I am trying to interface TDA 5051 to C51 for clock generation as i want to use only one crystal. TDA-7mhz c51-12mhz How can i proceed?
  • Construct a byte from bits
    Hello everybody, I am very new to C language. In my project I get data serially from a port pin. I want to save the first 8 bits to one variable, another to second & so on. In all I want to save...
  • Sparse "switch" construct
    Is there a way to force the compiler to generate a jump table for a sparse "switch" construct?
  • Concurrency constructs or other constructs enabled through the following standard library headers are [ALPHA] supported:
    I have checked the header files of the compiler V5. The headers <chrono>, <mutex> etc are in comments. Is there any version of the comiler which has a complete imlementation of : • <thread> • <mutex...