"

Appendix A: C++ Keywords/Reserved words

Hussam Ghunaim, Ph.D.

C++ has a set of keywords that are used by the language system. Programmers should not use these reserved words as variable names or function names or anything else besides their original meaning. (source: Keywords (C++) | Microsoft Learn)

 

Standard C++ keywords

License

Icon for the Creative Commons Attribution 4.0 International License

Introduction to C++ ( Volume I ) Copyright © 2025 by Hussam Ghunaim, Ph.D. is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.