Console Framework Classes 20103 - OOP344

From CDOT Wiki
Revision as of 12:05, 19 October 2010 by Fardad (talk | contribs) (Created page with '=The Frame work= == General Internal Header file == <big><syntaxhighlight lang="cpp"> #ifndef ___CONFW_H__ #define ___CONFW_H__ #ifndef _CRT_SECURE_NO_DEPRECATE #define _CRT_S…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Frame work

General Internal Header file

#ifndef ___CONFW_H__
#define ___CONFW_H__

 #ifndef _CRT_SECURE_NO_DEPRECATE
 #define _CRT_SECURE_NO_DEPRECATE
 #endif
 #ifndef _CRT_SECURE_NO_WARNINGS
 #define _CRT_SECURE_NO_WARNINGS
 #endif


extern "C"{
 #include "iol.h"
 };
#endif