Top "String-table" questions

String table in ELF

I get some symbol and I get (a hexdump of) an ELF file. How can I know in which section …

elf string-table
Static string literal table?

What is the correct way in C++ to create a global & static table of strings? By "global", I mean: …

c++ string static readonly string-table
Where do Java and .NET string literals reside?

A recent question about string literals in .NET caught my eye. I know that string literals are interned so that …

java .net string-literals string-table
VC++ 10 MFC: What is the correct way to do localization

I am a .NET guy who is having to do some work on an MFC app. The app is a …

mfc localization visual-c++-2010 resource-file string-table