dose c plus cost alot and is it easy to work with?

Pages: 12
I'd like to look into c plus more but i'd like to know if it cost alot and is easy to work with,and i would like to know how to go about building my own game designing software?
cplus plus is a language..... It doesnt cost anything. Its like saying it costs money to use english, and can you write a book in english. Not trying to be rude just saying. If you are asking questions like these, you are definatley not ready to be making games. microsoft gives out a free express version in order to compile . but i suggest you look under the reference then click c++ tutorial. Game programming is not easy. And a game designing software would be exponentially harder.
I have to agree with this, sorry:

If you are asking questions like these, you are definitely not ready to be making games.
C++ Is a language. It takes time and effort to become fluent in any language. I wish you luck in your develiments but don't expect it to happen overnight. It takes year of hard work and study (or months of obsessive studying) to get good at anything.
You might want to check out DarkBasic. It is relatively cheap and easy to use.

Another option would be Python and PyGame.
http://www.python.org/
http://www.pygame.org/
It also is an excellent beginner choice.

Good luck!
So you guys are telling me c plus only designs languages not computer programs like computer games and game designing software ,computer systems,spy ware,internet services.
So you guys are telling me c plus only designs languages


No, C++ IS a language (it doesn't design a language).
Last edited on
EDIT: Apparently the person who I was quoting edited their post just before I posted my response. So I'll let them get away with it.
Last edited on
Spyware? Why would you want to write spyware?

Edit: I feel slow. Andrew is 14, 95:14 is his birthday and age.

Andrew, It is great that you want to learn to program. You can have a lot of fun creating games and programs. If you spend a lot of time on a computer you will love being able to write programs to automate some of your routine tasks. It does take time and effort. No language can be learned overnight, unless you are a master photo reader.

Here are some links to help you get started:
http://www.cprogramming.com/tutorial.html << Good stuff

http://www.cplusplus.com/doc/tutorial/ << more good stuff
Last edited on
C++ is an excellent language for writing games.

However, game programming is easily one of the most challenging and difficult things to do.

Things like pygame and darkbasic are designed to make gaming easier -- providing you with the libraries and environment you need to get started. It isn't that nicely packaged in C++. That's all.

If you want to get into the nitty-gritty right away, I recommend you to NeHe Productions OpenGL game development
http://nehe.gamedev.net/
The very first lessons are how to get set up and going and some basic demos of simple to advanced features. The primary development environment is C and C++, but almost all the tutorials are available in whatever language you prefer to use.

If you prefer SDL, check out Lazy Foo' Productions tutorials:
http://www.lazyfoo.net/SDL_tutorials/
Again, it starts out with simple setup and gets you going with the basics. And again, this is in C++, but only C++.

Good luck!
C++ does not cost anything to use. It is a language.

Some compilers may cost money, but the language is free.

As for the game designing part, you will probably have to take a year or two learning the language, then learn an API like directx or opengl.
I thank you guys for helping me,plus if your wondering i am new and i learned of c plus language from yahoo answers. Oh and by the way wachtn your were right about the age and birthday thing.And thanks agin bye...
Ltr Andrew, we hope to see you back here again real soon and often.
i learned of c plus language from yahoo answers
I don't like where this is going.
Yahoo answers. Your question is invalid (lol cat)
Last edited on
Edit: I feel slow. Andrew is 14, 95:14 is his birthday and age
I started programming at 14...
i learned of c plus language from yahoo answers
I don't like where this is going.

Neither do I...

Oh but to be fair I had misconceptions about C++ when I first started... the tutorial I was reading was badly structured. Then I came across this website...
Last edited on
I started programming at 14...
Oh but to be fair I had misconceptions about C++ when I first started


Thats what I was getting at. Andrew is completely new and totally lost. Im sure most of us have been there. Lets help him get to where he wants to go.
But we should definitely steer him away from "spyware".
^^^ what he said.

(I never noticed before but "^^^" == "666". )
creepy o.O
Pages: 12