What is c++ used for in games?


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

Post New Answer

More C++ General Interview Questions

What are arithmetic operators?

0 Answers  


What does ios :: app do in c++?

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 is the use of volatile variable?

0 Answers  


Write a program to interchange 2 variables without using the third one.

0 Answers  






What is the meaning of c++?

0 Answers  


Why do we use string in c++?

0 Answers  


Why can you not make a constructor as const?

3 Answers  


What do you understand by a pure virtual member function?

0 Answers  


Why do we use using namespace std in c++?

0 Answers  


How is objective c different from c++?

0 Answers  


What is the fastest c++ compiler?

0 Answers  


Categories