How to learn Introduction to C++
HomeTechnology

How to learn Introduction to C++

About this course Skip Course Description C++ is a general purpose programming language that supports various computer programming model...


About this course Skip Course Description


C++ is a general purpose programming language that supports various computer programming models such as object-oriented programming and generic programming. It was created by Bjarne Stroustrup and, “Its main purpose was to make writing good programs easier and more pleasant for the individual programmer.”*

By learning C++, you can create applications that will run on a wide variety of hardware platforms such as personal computers running Windows, Linux, UNIX, and Mac OS X, as well as small form factor hardware such as IoT devices like the Raspberry PI and Arduino–based boards.

(Bjarne Stroustrup, The C++ Programming Language, Third Edition. Reading, MA: Addison-Wesley, 1997).

What you'll learn
C++ Syntax
C++ Language Fundamentals
How to Create Functions in C++
Prepare yourself for intermediate and advanced C++ topics in follow-up courses taught by Microsoft


C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming.

C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.

C++ was developed by Bjarne Stroustrup starting in 1979 at Bell Labs in Murray Hill, New Jersey, as an enhancement to the C language and originally named C with Classes but later it was renamed C++ in 1983.

C++ is a superset of C, and that virtually any legal C program is a legal C++ program.

Note: A programming language is said to use static typing when type checking is performed during compile-time as opposed to run-time.



Object-Oriented Programming



C++ fully supports object-oriented programming, including the four pillars of object-oriented development:

Encapsulation
Data hiding
Inheritance
Polymorphism
Standard Libraries


Standard C++ consists of three important parts:


The core language giving all the building blocks including variables, data types and literals, etc.
The C++ Standard Library giving a rich set of functions manipulating files, strings, etc.
The Standard Template Library (STL) giving a rich set of methods manipulating data structures, etc.


The ANSI Standard



The ANSI standard is an attempt to ensure that C++ is portable -- that code you write for Microsoft's compiler will compile without errors, using a compiler on a Mac, UNIX, a Windows box, or an Alpha.

The ANSI standard has been stable for a while, and all the major C++ compiler manufacturers support the ANSI standard.



Learning C++



The most important thing to do when learning C++ is to focus on concepts and not get lost in language technical details.

The purpose of learning a programming language is to become a better programmer; that is, to become more effective at designing and implementing new systems and at maintaining old ones.

C++ supports a variety of programming styles. You can write in the style of Fortran, C, Smalltalk, etc., in any language. Each style can achieve its aims effectively while maintaining runtime and space efficiency.



Use of C++



C++ is used by hundreds of thousands of programmers in essentially every application domain.

C++ is being highly used to write device drivers and other softwares that rely on direct manipulation of hardware under realtime constraints.

C++ is widely used for teaching and research because it is clean enough for successful teaching of basic concepts.

Anyone who has used either an Apple Macintosh or a PC running Windows has indirectly used C++ because the primary user interfaces of these systems are written in C++.
Name

Conversation,18,Culture,16,Grammar,8,Japanese,1,Japanese Unit,5,Kanji,14,Life Style,53,Quote,3,Self-Study,11,Technology,10,
ltr
item
EzeEdu: How to learn Introduction to C++
How to learn Introduction to C++
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6BVeIsNE34VL1ZVXrV6yuzlcMGW_lfjdRmXAeXpJB7yVkobGrmUf7YlwaFyHzpJEb2_4-ZkoC0apKr3MY4iHUoIlvccjk5b2OYTGIx_5biM0PPb6iitD70fLBQyaY80LUxSWeNzWDogj2/s320/Kalib9-Recovered.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6BVeIsNE34VL1ZVXrV6yuzlcMGW_lfjdRmXAeXpJB7yVkobGrmUf7YlwaFyHzpJEb2_4-ZkoC0apKr3MY4iHUoIlvccjk5b2OYTGIx_5biM0PPb6iitD70fLBQyaY80LUxSWeNzWDogj2/s72-c/Kalib9-Recovered.jpg
EzeEdu
https://educationsinminds.blogspot.com/2018/07/introduction-to-c.html
https://educationsinminds.blogspot.com/
http://educationsinminds.blogspot.com/
http://educationsinminds.blogspot.com/2018/07/introduction-to-c.html
true
4857960898900341422
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy