Open main menu

CDOT Wiki β

Changes

Console Framework Classes 20103 - OOP344

346 bytes added, 12:05, 19 October 2010
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…'
=The Frame work=
== General Internal Header file ==
<big><syntaxhighlight lang="cpp">
#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
</syntaxhighlight></big>