70 likes | 144 Views
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?:
E N D
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?: • 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++?
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….
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?
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?
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!