string table in c?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sheri

    #1

    string table in c?

    hello.

    My question has to do with string tables. I want to be able to extract
    the string associated with the ID. Can I do this in c? If I were
    using C++/MFC, I could just simply use...

    CString str;
    str.LoadString( ID_NUM);

    However, I can't use MFC in c. Can someone help?

    Thanks!

  • Vladimir S. Oka

    #2
    Re: string table in c?

    Sheri wrote:
    [color=blue]
    > hello.[/color]

    <snip repeated post>

    Patience, young grasshopper...

    This is USENET, and it's asynchronous (this is /not/ Google Groups). It
    takes time for people to see your post, and for you to see their
    replies. Posting the same question every five minutes is not going to
    enamour you to the locals. Especially when you got your reply exactly
    14 (fourteen) minutes after your OP.

    --
    BR, Vladimir

    Caution: breathing may be hazardous to your health.

    Comment

    Working...