Open main menu

CDOT Wiki β

Console Framework Classes 20103 - OOP344

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)

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