About
Pricing
Community
Teams
Start Free Trial
Log in
Unimatrix_001
asked on
3/17/2009
#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 IDEs
Visual C++.NET
2
1
Last Comment
Unimatrix_001
8/22/2022 - Mon