I am looking for a help file about C++ reserved words (for, struct, do, ...) in order to put it in the dev help folder (libc help has no help about reserved words)
It's for people who is starting learning C++.
Thank you.
Javier Macias.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am looking for a help file about C++ reserved words (for, struct, do, ...) in order to put it in the dev help folder (libc help has no help about reserved words)
It's for people who is starting learning C++.
Thank you.
Javier Macias.
Check here
http://www.cee.hw.ac.uk/~pjbk/pathways/cpp1/node44.html
http://lib.daemon.am/Books/C/apb/apb.htm
http://www.cs.pdx.edu/~annieg/cs145/handouts/reservedwords.html
hth
Chemanuel