O-Clone: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Description==
{{Software
O-Clone is a C++ Stub Generator.  
|Picture=OClone001.png
|Version=2.0
|Author=[[Rob Broadhead]]
|License=AS IS Freeware
|Download=[oclone20.zip]
|Website=
}}
'''O-Clone''' is a C++ Stub Generator.  


O-Clone helps the C++ developer by quickly generating stubs for a header and body file. Both files have comments at the top giving the author, company, and date started for the class. All attributes will also have generated for them Get and
O-Clone helps the C++ developer by quickly generating stubs for a header and body file. Both files have comments at the top giving the author, company, and date started for the class. All attributes will also have generated for them Get and Set functions in the header file.
Set functions in the header file.


[[image:OClone001.png|200px]]
[[Category:Development]]
 
 
==Download==
* [http://kimludvigsen.dk/os2/gfd/dev/tool/oclone20.zip Version 2.0]
 
==License==
* AS IS Freeware (It used to be shareware)
 
==Author==
* [[Rob Broadhead]]
 
==Links==
 
[[Category:Software]]

Latest revision as of 14:28, 5 October 2020

O-Clone
Version 2.0
Vendor
Author Rob Broadhead
License AS IS Freeware
Download [oclone20.zip]
Website

O-Clone is a C++ Stub Generator.

O-Clone helps the C++ developer by quickly generating stubs for a header and body file. Both files have comments at the top giving the author, company, and date started for the class. All attributes will also have generated for them Get and Set functions in the header file.