User profile: Cman87

User info
User name:Cman87
History
Joined:
Number of posts:9
Latest posts:

Map "find" function wont work.
Thanks alot writetonsharma, the thing is when I hard code the key it gave me the required results. A...

Map "find" function wont work.
Hi, I have a question that bugs me for days now. I have a piece of code of a map that has a char* f...

XSL Generation and BIFF format, how to do it..
I need to create a Excel file through C++ is it possible? The generated file should be independent f...

Object pointers
Okay Cubbi thanks for the comment. But what is the difference between C++ and C usage of pointers. A...

Object pointers
void function(A *objA); -> function call : function(*objA); the function takes an object pointer....