C++ symbol talbe

The symbol table contains debugging information that tells a bebugger what memory locations correspond to which symbols(like function names and variable names) in the original source code file. The symbol table is usually stored inside the executable file.

No comments:

Post a Comment