Can you create an instance of a class using a variable?No, it's not possible. However: [code] std::map<std::string, POI> variables; std::string variable_na...
Computer GenesisLook up The Tao of Programming.
Resource leak[quote]To avoid resource leak when porting legacy code most time we have to create several micro cla...
I am the Lord of the Idiots[quote]Was this a native DLL or a .NET DLL?[/quote]Native. .NET would have been a breeze.
I am the Lord of the IdiotsNope, no PDB either. Anyway, it's done. I refixed that connection string issue and the customer is h...