answersLogoWhite

0

yes but its more complicated than you think.....most ppl that go to college for it barely can use it lol

User Avatar

Wiki User

12y 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.


Is c plus plus can be used in game programming?

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


Can you program games with c plus plus?

Yes, you can program games with C++.


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.


How do you create folder with c plus plus?

Use function mkdir.


What is the mean c plus plus in machine code?

It is used to distinguish between the C or C++


What is the difference between simulater and c c plus plus etc languages?

A simulator is a computer program which reproduces the behaviour of one system upon another system. Computer languages are used to create computer programs.


What are the C and C plus plus languages used for?

They are both used to create general purpose, native machine code programs. C++ evolved from C and essentially adds object-oriented programming to the language, making it easier to produce highly-complex, highly-robust and highly-scalable solutions that would be difficult to produce with C alone.


How do you create a class in C plus plus?

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


Why functions are not used in c plus plus?

Of course they are used. Both stand-alone and class-member functions are used in C++.


What is c plus plus primarily used for?

Programming.


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++.