I need to compile my code based on version number of the project i am working on.
In short, i will read the version number from a file and enable or disable certain part of my code/.
How can i read the version number from a file at compile time in c/c++?.
I am trying to do something like this
static const unsigned int version =
#include "version"
;
I am getting compiler error.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…