Open source my OIOIC, a completely new object-oriented mechanism for the C.

AI Thread Summary
OIOIC introduces a novel object-oriented mechanism for the C programming language, aiming to fill the gaps in existing object-oriented technologies. It addresses several key issues in software development, including the multiple inheritance problem, multithreading access control, and standardization of components and code structure. OIOIC seeks to unify the principles of object-oriented programming and integrate advanced programming languages, positioning C as a preferred choice for developers. Despite its ambitious goals, there is skepticism regarding its novelty, as similar solutions have been proposed in languages like C++, Objective-C, and D. For more details, users are encouraged to download the "OIOIC-Primer-2nd-Edition-English.tar.gz" from the provided link.
pervise.zhao
Messages
2
Reaction score
0
OIOIC is a completely new object-oriented mechanism for the C programming language.

Using OIOIC, you can describe the flower, birds, grass, insects, trees, houses ...
Using OIOIC, you can describe the elements, atoms, protons, electrons ...
Using OIOIC, you can describe the earth, the sun, the Milky Way galaxy, collapsar ...
Using OIOIC, you can describe ...

1. OIOIC perfectly supplies the gap of object-oriented technology for the C programming language;
2. OIOIC perfectly solved the multiple inheritance problem in the Software World;
3. OIOIC perfectly objectivizes multithreading access control of object;
4. OIOIC unifies the norm of components in the Software World;
5. OIOIC unifies the structure of code tree in the Software World;
6. OIOIC unifies the thinking of object-oriented programming in the Software World;
7. OIOIC unifies all advanced programming languages in the Software World, to make the C programming language as the preferred.

For further information, please download the "OIOIC-Primer-2nd-Edition-English.tar.gz". (the English version of << OIOIC Primer >> )
http://code.google.com/p/oioic/downloads/list

Welcome your advice!
 
Technology news on Phys.org
pervise.zhao said:
1. OIOIC perfectly supplies the gap of object-oriented technology for the C programming language;

Yes, that's lovely dear. Unfortunately, it's already been done several times already.
 
Yep, C With Classes, C++, Objective-C and D have done it already...
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
Back
Top