Technofyed

Full Version: C++?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i want to learn C++ for gaming, but i havnt found any good compilers or exicutables. can any one here reference me to a good C++ compiler?
There are a ton of tutorials & code snippets available at Dream In Code.

As for the compiler itself, some people enjoy the BloodShed IDE, others prefer to use the gcc compiler along with a text editor of notepad, notepad++, or the crimson editor.
Visual C++ 2008 Express Edition

You could purchase the full version of Visual Studio. You also get the VS 2010 beta.
I think you should purchase the book "C++ programming by Balaguruswamy. This book contains all the topics that will help you in learning the basics of programming.
thanks for the help guys, im going to start on some of this as soon as i get a little spare time.
Try with full version of Visual Studio. Here you will get other additional options.
Additional options such as.... care to elaborate?

How is one to know if these options are even worth a s*** if you don't provide a little more information?
Well I know for one thing that it is all of their express compilers in one package. I also know that it is expensive especially the professional version.
C & C++ is the basic programming language. C++ is the best language to learn for that people who want to just starting their career in the programming language. If you are coding on Windows platform, you might want to check out Borland C++5.5 compiler. You can search it from Internet.
C++ is a multiparadigm language. This allows developers to choose the programming style that is right for the task at hand. It is a actual renowned appliance programming language. It has syntaxes and codes which perform the specified tasks when run in their respective compilers.
C++ is OOPS oriented language. In OOPS our program execute in doen to op manner. It will give privacy to program and not any use can use that private data. And after this all advanced languages contain concept of OOPS. So, C++ is basic language to take idea of oops.
Hey, RWenger i saw it is really nice but i find Mingw port of GCC. So please explain in next post what is it? I want to know deeply for it so give information in cheap level. Thanks in advance.
I am not familiar with MinGW, but maybe the Wikipedia article on MinGW could help you.
Thanks "RWenger" for given me your valuable time and i know all the things about Mingw from "Wikipedia article on MinGW". And i also want to know about "C++ is OOPS oriented language" is it true?
C++ is an Object Oriented language. See if this page will help you: http://www.gillius.org/ooptut/index.htm

For other C++ information, try http://www.cplusplus.com/
C++ is a multiprogramming language.including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. C++ is an object oriented programming language.you can use this language for programming and creating software and website purpose.It will give privacy to program and not any use can use that private data.
I saw both I think 2nd is more better for good knowledge. If you don't mind then share some other links which is related to this topic.
Maybe try browsing some of these search results?

http://www.bing.com/search?q=c%2B%2B&go=...E&qs=n&sk=
(05-23-2011 03:07 AM)danieljames123 Wrote: [ -> ]I saw both I think 2nd is more better for good knowledge. If you don't mind then share some other links which is related to this topic.

Do you have a specific question?
Pages: 1 2
Reference URL's