Category:ΜC++: Difference between revisions

Content added Content deleted
(Use DISPLAYTITLE and put a message box to explain μC++ versus ΜC++.)
m (Add semantic markup.)
Line 16: Line 16:
|LCT=no
|LCT=no
}}
}}
μC++, also called uC++, is a programming language, an extension of [[C++]] designed for concurrent programming. Among other features, it adds coroutines, tasks, and monitors, and extends existing language constructs to integrate with them. Its compiler operates as a source-to-source translator targeting C++.
μC++, also called uC++, is a programming language, an extension of [[compatible with::derived from::C++]] designed for concurrent programming. Among other features, it adds coroutines, tasks, and monitors, and extends existing language constructs to integrate with them. Its compiler operates as a source-to-source translator targeting C++.


μC++ supports multi level loop exits, like [[Java]].
μC++ supports multi level loop exits, like [[Java]].