Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lexip
  • Order by date
  1. lexip

    static class member initialization

    I think you got me wrong, I'm not initializing variables in the class def. I have a static class member, and they need to be initialized!! But anyway, I think I found a solution for the problem, by not compiling to a .lib file, but linking all obj's together directly solves the problem, and the...
  2. lexip

    static class member initialization

    hello there, I have a problem with static class memeber initialization. I do the following: std::string ClassA::sDummy = ClassFactory<string,Module> ::RegisterCreatorFunction(std::string( "ClassA" ), ClassA::CreatorFunction ); this registers the creator function of the ClassA class to a map...

Part and Inventory Search

Back
Top