once
Visual Studio 2010
Specifies that the file will be included (opened) only once by the compiler when compiling a source code file.
#pragma once
Specifies that the file will be included (opened) only once by the compiler when compiling a source code file.
#pragma once