• best ide
    hey people. i will write a new language which is better and easy to learn and not confusing. it will use the best bits of all the others and have simple words. all you want to be help in this big...
  • Best IDE for STM32
    I would like to develop my code in C++ WHAT IS THE BEST TOOL FOR PROFESSIONAL STM32 DEVELOPMENT?
  • the best way to shift
    <Code> #define BITS_TO_ROTATE 2 b=(a>>(8-BITS_TO_ROTATE))+(a<<BITS_TO_ROTATE); After lots of research and experimentation we have determined that this is often the best way as it gives the compiler...
  • The best IDE for a chemist
    Simple question. Is microvision any good for a budding chemist?
  • Which protocol is the best for this project ?
    I'm working on LPC2468 using Keil bundle package ( MDK / RL ) I want to design a windows form ( GUI application ) in Visual C++ to perform communication ( send and receive information ) between computer...