We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Well, my C-Textbook says
for (unsigned int i = 50;i;i--) blink(123);
CARM don't like it. What's the reason?
Hi as Christoph Franck said does this CARM support C++ style programming because in C you really can't declare any variable after initial declaration phase i.e. you can't declare it in "for" statement itself