What is c++ used for in games?



What is c++ used for in games?..

Answer / Manoj Kumar Baranwal

C++ is extensively used in game development due to its speed, control, and ability to handle complex algorithms. It is used for creating the core logic of games, handling graphics, physics simulations, AI, and network communication.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a terminating character in c++?

1 Answers  


Which function cannot be overloaded c++?

1 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is a singleton class c++?

1 Answers  


What do manipulators do?

1 Answers  


How many types of comments are there in c++?

1 Answers  


Is main a class in c++?

1 Answers  


What is a buffer c++?

1 Answers  


What is atoi in c++?

1 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


Define precondition and post-condition to a member function?

1 Answers  


What is the difference between strcpy() and strncpy()?

1 Answers  


Categories