answersLogoWhite

0

The same way as you create any other application. Design, encode and compile.

You will need audio and graphics APIs and libraries suitable for your chosen platform. Most IDE's will include one specific to the platform you are building against, but there are more generic libraries available for cross-platform development.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you create a game library for a c plus plus compiler used for 3D sonic the hedgehog games?

You would have to use coding.


How do you create .exe file in c plus plus?

You can create an exe-file from your C++ source, if you have a compiler.


What is a C plus plus game project program?

A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.


How do you create folder with c plus plus?

Use function mkdir.


How do you create a class in C plus plus?

class class_name { private: data_members; public: member_functions; };


Is Visual C plus plus a good Game Development Language?

Hmm...Visual C++ isn't really a language, it's more like an environment in which you can create programs using different tools.Anyway, C++ is the best language you can learn if you want to get started as a game programmer. It's the most efficient and it's probably gonna stay that way. Hope that helped.Rocamora


Is c plus plus can be used in game programming?

yes! why not! this c program is used in ATM servicesand also in games.


Which one easier C plus plus or assembly language?

C++, but it's always worth learning both, if only to better understand the machine code you create with C++.


How do you write classes and objects for hospital management software using objective c or c plus plus?

You declare a class as follows: class MyClass { //some stuff here... } You create an object as follows: MyClass object; This is how you create classes and objects in C++.


What is the affective topic for minor project in C plus plus?

A one dimensional game can be one like casino or something like that. You can create program to simulate a battle between humans and zombies. Also You can make a advance calculator.


How to create a thread in C plus plus?

Not part of the language, platform-dependent. Windows: CreateThread Posix: pthread_create in pthread.h


How can you make a video game with c plus plus?

Cpp(C++) is used to make 'Many' programs because it is universal across many devices.