Category:ΜC++: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
 
(added mutillevel loop exits and exception handling.)
Line 6: Line 6:


μ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 [[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]].

In μC++ both termination and resumption exception handling is supported, as well as the ability to raise exceptions among coroutines and tasks.


==See also==
==See also==

Revision as of 14:36, 19 May 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
ΜC++
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Μ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.

In μC++ both termination and resumption exception handling is supported, as well as the ability to raise exceptions among coroutines and tasks.

See also

Subcategories

This category has the following 3 subcategories, out of 3 total.