Question:
C++ programing help i need please?
Ivan
2012-06-01 07:59:05 UTC
I would like to learn to program in C + + I tried Dev C + +, but we somehow seem complicated. Otherwise I use Visual Studio 2010, but for C + + intellisense says that I was unavailable. Interested JEL there a similar program like Visual Studio that can be programmed to add a form similar to the buttons in Visual Studio and other textbox. Thanks in advance rewards the best answer
Four answers:
?
2012-06-01 08:20:18 UTC
Here is the download link to Visual C++: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express





Here is a guide that explains how to set up a new project in Visual C++: http://programmingnotes.freeweq.com/?p=124



== Places To Learn ==



http://www.learncpp.com/

http://www.cprogramming.com/tutorial/c++-tutorial.html

http://www.cplusplus.com/doc/tutorial/
Din
2012-06-01 15:07:33 UTC
You can easily use Visual studio for c++ IDE. or you can use other like codeBlocks, netbean etc. If you are initial phase: download video with examples where you can play. C++ is not easy if you could not understand concept like pointer how how thememory address works and creating classes. If you know a little bit, you can use books. Good luck
Joe
2012-06-01 15:06:36 UTC
ok vb and c++ are different in many aspects. for example syntax, libraries, functions, and most important visual library. c++ compile on dos screen however vb is a regular window. now u can make the two interact yet that will be a bit much if ur a beginner. If i was you i would learn vb first because it will seem more useful than c++. start with programming fundamentals and learn how set variables, simple loops, simple arrays, and library use. then u can start learning simple functions and ud start having fun with vb. Also, read more about "what is an object oriented language"
question asker
2012-06-01 15:20:30 UTC
Another option is Qt Creater.. it's a powerful IDE that has a library which is in many ways similar to Java. It also has Qt Designer which is a pretty good form designer. And it let's you create cross platform code. For me the big advantages are the extensive library, relative ease of use and installation, ease of creating cross-platform code, the form designer, and the low system requirements.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...