Changes

Jump to: navigation, search

OOP344 Assignment Two

664 bytes added, 14:08, 12 October 2009
no edit summary
[[OOP344]] - [[OOP344 Student List]] - [[OOP344 Teams]] - [[OOP344 Assignment One]] - [[OOP344 Assignment Two]]<br />
Under construction...
===How to reuse your C code in C++ programs===
Include your already existing C code into your C++ in code as follows:
 
<big><pre>extern "C"{
#include "cio.h"
};</pre></big>
 
This tells to C++ compiler, the included header file contains C functions and should be complied and called as such. Remember, you do not need and should not rename your ciol.c to ciol.cpp, since the compiler is already aware of the C functions in ciol.c.
 
===Team Project Wiki Pages===
 
Add a link to your Team project Wiki pages here:
 
===Mandatory Classes===
 
====IO_Field====
 
====IO_Form====
 
====IO_Label====
 
====IO_Edit====
 
====IO_CheckList====
 
====IO_Radio====
 
====IO_Menu====
 
====IO_MenuBar====

Navigation menu