I want to search the way a c++ library works, so I want to know the code after the maro and head files are substituted.
Asked
Active
Viewed 67 times
0
-
Yes. Try to search for "
preprocessor output" – Ivan Aksamentov - Drop Dec 05 '15 at 10:28 -
If you're on a linux system (or have a shell and environment available), you can run CPP, the C preprocessor, from the command line and direct its output into a file. That should give you a decent insight into how it works. – irrenhaus3 Dec 05 '15 at 10:36