Computer Hope

Software => Computer programming => Topic started by: IceFairyAmy on October 19, 2017, 11:54:46 AM

Title: Starting with C++?
Post by: IceFairyAmy on October 19, 2017, 11:54:46 AM
Hey,

I'm looking to start maybe learning code. I'd preferably start with something like C++ and would probably start off with small commandline utilities and stuff before moving on to other things. I am using Windows 7, although also have Solus Linux and MacOS High Sierra for other things which I could also test on. :)

Any places I can learn online how to learn C++ and any particular tips and such that can be given about learning code in general?

Thanks,
Amy S.
Title: Re: Starting with C++?
Post by: Geek-9pm on October 20, 2017, 05:34:05 PM
Microsoft has a collection tools called 'Visual Studio' that lets  you pick the tool you want to learn and use. It has excellent tutorials both from Microsoft and others.
You can use it in Console mode, and the is often how you do C++ programs.
However, the visual interact is a real help while testing and editing a program.

It is highly recommended, even if you only want the C++ part.
An it is free for personal use.
Here is just one of many good starting pints.
Microsoft Forums, C++ (https://social.msdn.microsoft.com/Forums/en-US/22aefecf-9ca9-4d08-9bc6-0a425c506fa1/learning-how-to-use-visual-studio-with-c?forum=vcgeneral)

And it is all over You Tube.
How to program C++ in Visual Studio. (https://www.bing.com/videos/search?q=how+to+learn+c%2b%2b+using+visual+studio&qpvt=how+to+learn+C%2b%2b+using+Visual+Studio&FORM=VDRE)

Of course, don't believe everything on You Tube.
 But you already know that .  ;D
Title: Re: Starting with C++?
Post by: praveen_at_forum on December 19, 2017, 10:35:57 AM
I understand you may want to learn C++ quickly with lots of programming examples, with my more than 10 years experience on c++ out of 25 years experience, I suggest you videos that will teach you c++ in just one Day, after that you will be capable to understand any c++ forum / book without much efforts..

Find the link below

https://www.youtube.com/watch?v=rwtUP8ZvA-w&list=PLajSVz9ukYlyQargq36vjWlaMfTY94WA-

All the best....Enjoy learning..