opC++ Features

opC++ Compiler

opC++ Language

opGames Company

Openum

openum

Overview:

openum is a custom enumeration specifier in the standard opC++ dialect.

openum adds string conversion functions, and is implemented as as strongly typed enum.

Syntax:


openum enumname
{
...enum_list...
}

Usage:


enumname e = enumname::A;

string evalue;
e.to_string(evalue);

Recent Changes (All) | Edit SideBar Page last modified on December 01, 2007, at 02:57 PM Edit Page | Page History
Copyright 2010 opGames Inc.