Click to See Complete Forum and Search --> : Code sections, pragma


toney
September 15th, 2004, 12:20 PM
Hi all,
I am looking for extensive literature on the different sections such as code section, data section, constants etc.
I would also like to know more about the use of pragma in C and C++.
Any help in this regards, including links to ebooks is appreciated.
Toney

dimm_coder
September 16th, 2004, 03:33 AM
That depends on the executable format you are interested in.
If you are looking for information about windoze executables, then search google with "portable executable file format" request; if the target platform is linux - "elf format".