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 pointersOkay Cubbi thanks for the comment. But what is the difference between C++ and C usage of pointers. A...
Object pointersvoid function(A *objA); -> function call : function(*objA); the function takes an object pointer....