Content deleted Content added
←Created page with '= Plain Old C/C++ Object = Like the term ''plain old Java object (POJO)'' in the Java world, the term '''''Plain Old C/C++ object''''' or its acronym '''''POCO''''...' |
Improved awkward phrasing Tags: Mobile edit Mobile app edit iOS app edit App section source |
||
(16 intermediate revisions by 14 users not shown) | |||
Line 1:
{{unreferenced|date=January 2013}}
= Plain Old C/C++ Object =▼
Like the term [[POJO]] (''Plain Old Java Object'') in the [[Java (programming language)|Java]] world, the term '''''Plain Old C++ object''''' or its acronym '''''POCO''''' means a [[C++]] artifact that is ''neither defined by nor coupled to'' the underlying C++ component [[software framework|framework]] that manipulates it.
== See also ==
* [[Plain old data structure]] (POD)
* [[Plain Old CLR Object]] (also abbreviated POCO)
==External links==
* [http://code.google.com/p/pococapsule PocoCapsule/C++] An open source C++ component framework supporting plain old C++ objects.
{{C++ programming language}}
[[Category:C++]]
|