define profiler???
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
how can we maintain the previous version scripts to new version.
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How do we make a global variable accessible across files? Explain the extern keyword?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
what are # pragma staments?
what are bit fields? What is the use of bit fields in a structure declaration?
What is ur porject Architecture? If anyone ask what i have to specify here..
What is the difference between WebIntelligence and Designer in creating universes?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
explain sub-type and sub class? atleast u have differ it into 4 points?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
what are importance in problem tracking