Avatar of Unimatrix_001
Unimatrix_001
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

#ifndef __FILE__ _h

Hi,

I'm wanting to add in the following in every header:

#ifndef filename_h
#define filename_h

so I'm trying to use the preprocessor, __FILE__ and I've got:

#ifndef __FILE__ _h
#define __FILE__ _h

Will this work?

Thanks,
Uni
Editors IDEsVisual C++.NET

Avatar of undefined
Last Comment
Unimatrix_001

8/22/2022 - Mon