Categories
Lightweight C++
'lwc' is a programming language that looks like C++ and is directly translated to readable C code. It supports function overloading, member functions, inheritance, polymorphism (virtual functions), multiple inheritance, virtual inheritance and pure virtual functions, constructors/destructors, new/delete, and simplistic templates.
By studying the generated C code it is easy to understand how OOP features are implemented and what is the cost of everything. Adding new features and extensions is also very easy (much easier than adding new C++ extensions to gcc at least).
Last updated 24 Sep, 2003
About
Leadership
- Stelios Xanthakis - Maintainer
Requirements
- compiler with support for: C99 designators (Build Prerequisite)
- compound statements in expressions and typeof (gcc 3.x has these) (Build Prerequisite)
Versions
0.8
0.8 beta released 2003-09-24
- Released: 24 Sep, 2003
- Code Maturity: Beta
- Source Archive: http://students.ceid.upatras.gr/~sxanth/lwc/lwc...
- Licenses: SimplePermissive
- Interfaces: Command Line




