1 / 6

C++ LESSON 1

C++ LESSON 1. www.shadmanpage.weebly.com LIKE, SHARE, SUSCRIBE www.youtube.com/user/MegaApaetheid. So the Big Question is, WHAT IS C++? Year of Creation?:

verity
Télécharger la présentation

C++ LESSON 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. C++ LESSON 1 www.shadmanpage.weebly.com LIKE, SHARE, SUSCRIBE www.youtube.com/user/MegaApaetheid

  2. So the Big Question is, WHAT IS C++? • Year of Creation?: • Between 1979 and 1983. C++ hit the ground running and within five years was starting to be used seriously to develop applications, particularly on PCs where it quickly became the top language and has remained there since. • What is C++ used for?: • All sorts of applications ranging from computer games, utilities, Operating Systems and compilers. • What versions of C++ are there?: • The current version is C++ 11 consisting of the core language and the Standard library. WHAT IS C++?

  3. Is C++ Still being Developed?: • Yes. There is a move afoot to simplify some of the syntax to make it easier to tech to novices. Part of the Standard Library is the Standard Template Library (STL) and this is still growing with new functions and classes. More info….

  4. C++ is not really a hard language. Just if you are into for a programming this should be something for you. C++ is the basis for many languages and experts usually recommend C++. So what to expect?

  5. Many people ask what platform to use for programming. • If you have seen my video on how to setup Code Blocks , please do so, it is free and very easy to use with MinGW setup. • Or if you have any other compiler, that is fine we can get started! WHAT PLATFORM TO USE?

  6. So, you must have tried “Hello World” many times, but I want to start with a bit more complex code and explain it in easy words for you. • So, copy the text from the notepad, I will also attach this on my website, and then follow the screen as I say. YOUR FIRST PROGRAM!

More Related