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...
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top