What is setbase c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use classes in c++?
Refer to a name of class or function that is defined within a namespace?
What does ctime() do?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What are the methods of exporting a function from a dll?
Why preincrement operator is faster than postincrement?
Is there a datatype string in c++?How is the memory allocation?
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What is a c++ class?
What is the use of volatile variable?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
What is the best ide for c++?