Question:

Can C Plus Plus produce a software alone?

by  |  earlier

0 LIKES UnLike

Can I produce a software or a computer game with C Plus Plus alone? I mean a game or software with images and a GUI. If so, what do I have to do besides code? If not, what else do I need besides C Plus Plus?

 Tags:

   Report

4 ANSWERS


  1. Of course. C++ is a strong general programming language. There isn't much it can't do.

    There are various libraries of code specifically for games and graphics that you would use for a project like this. But like another poster said, games are tough for beginners.

    http://www.opengl.org/

    http://www.talula.demon.co.uk/allegro/

    http://www.brothersoft.com/libcon-c++-ga...

    and here's one for Java

    http://www.ucigame.org/

    By the way, Java might be a better route for a newbie. It's a little more user friendly than C++ and dealing with graphics is easier IMO.


  2. Yes, you can use C++ to create a game or software. It can take a lot of work, though, so if your knew to programming, be prepared.

  3. Many components of operating systems such as windows and linux are written in c++

  4. yaa , c++ can for that u need to include<graphics.h> header file.

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.