Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: lancent on May 24, 2004, 10:46:20 pm

Title: Feature: string tables -> code generation
Post by: lancent on May 24, 2004, 10:46:20 pm
I would like to get rid of this big string tables like...

static const char *abc = {
"codeblock is great",
"codeblock is better",

etc.
}

So a dialog pops up, asking me to give all those strings and when i press okay.. it produces such a code snippet like the one above...