Q: What are '__FILE__' and '__LINE__'? A: '__FILE__' and '__LINE__' are predefined macros and part of the C/C++ standard. During preprocessing, they are replaced respectively by a constant string holding the current file name and by a integer representing the current line number. There are other preprocessor variables including:
|
|