Category:ΜC++: Difference between revisions

m
Trying a default sort
(added mutillevel loop exits and exception handling.)
m (Trying a default sort)
 
(4 intermediate revisions by 2 users not shown)
Line 1:
{{DISPLAYTITLE: Category:μC++}}{{DEFAULTSORT:MC++}}
{{stub}}{{language|μC++
<div class="messagebox">The name of this language is '''&#x03bc;C++'''. It appears as '''&#x039c;C++''' when the wiki capitalizes the page name.
* '''&#x03bc;''' U+03BC GREEK SMALL LETTER MU becomes '''&#x039c;''' U+039C GREEK CAPITAL LETTER MU.
* The Greek letters are not the same as '''&#x00b5;''' U+00B5 MICRO SIGN and '''&#x004d;''' U+004D LATIN CAPITAL LETTER M, though they may look similar.</div>
{{stub}}{{language|μC++
|exec=machine
|site=http://plg.uwaterloo.ca/~usystem/uC++.html
|safety=both
|gc=no
|parampass=both
|checking=both
|express=explicit
|strength=strong
|compat=both
|tags=cpp
|LCT=no
}}
μ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++.
 
The Name of this language is μC++, but this wiki does not support that name.
 
μ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++ supports multi level loop exits, like [[Java]].
Anonymous user