What is setbase c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Why do we use classes in c++?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What does ctime() do?

0 Answers  


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.

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  






Why preincrement operator is faster than postincrement?

5 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


What is a c++ class?

0 Answers  


What is the use of volatile variable?

0 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


What is the best ide for c++?

0 Answers  


Categories