Category:EC: Difference between revisions

Content added Content deleted
No edit summary
m (Upload the image, THEN put it on the page; linkified)
Line 1:
{{language|eC}}eC (Ecere C) is an [[object-oriented]] language derived from and compatible with [[C]] designed and developed by Ecere Corporation. It aims at being fast, light and easy to write.
[[Image:EcereSDK.png|thumb|left|A screenshot of the Ecere IDE and samples, running on Linux.]]
 
It is supported by a cross-[[platform]] runtime library including its own [[GUI]] toolkit, 2D/3D graphics engine as well as networking support.
eC (Ecere C) is an object-oriented language derived from and compatible with C designed and developed by Ecere Corporation. It aims at being fast, light and easy to write.
 
The Ecere SDK is completely free and includes a full-featured [[Integrated Development Environment]] as well as a compiling tools for the eC language.
It is supported by a cross-platform runtime library including its own GUI toolkit, 2D/3D graphics engine as well as networking support.
 
The Ecere SDK is completely free and includes a full-featured Integrated Development Environment as well as a compiling tools for the eC language.
 
''Some of eC Features''
 
* Full C compatibility (Only exception: few additional reserved keywords such as 'class')
* Object -oriented class definitions supporting single inheritance
* Per instance virtual methods
* Import feature removing the need for header files