Файл globals.h:
Файл globals.cpp:
Доступ:
#ifndef GLOBALS_H
#define GLOBALS_H
struct some_struct
{
int one;
int two;
int three;
};
class CGlobals
{
public:
static some_struct instanceOfStruct;
// friend class some_class;
#endif
extern CGlobals globals;
#include "globals.h
(
Read more... )