We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be interesting to have the version somewhere in the program, and maybe e version command? It would be easier to track changes
We could change CommandShell.cpp with
CommandShell.cpp
cout << "Welcome to the ForeFireShell v1.1.0" << endl;
but it's better to have this variable in somewhere else
EXAMPLE:
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/27395120/correct-way-to-encode-embed-version-number-in-program-code
"You would typically have a separate header that contains only those defines and nothing else (except the header-guard), to minimize dependencies."
Sorry, something went wrong.
add Version to src code #13
30b9659
e3fe4ad
No branches or pull requests
It would be interesting to have the version somewhere in the program, and maybe e version command? It would be easier to track changes
We could change
CommandShell.cpp
withbut it's better to have this variable in somewhere else
EXAMPLE:
The text was updated successfully, but these errors were encountered: