Less Confusing C++ Part 1
Less Confusing C++ Part 1
Cracking CBSE's C++ made uncomplicated
About the Book
Less Confusing C++ aims to create a better understanding of C++ and help you score more marks in 11th grade's CS.
Table of Contents
-
1. How to use this book
- 1.1 Feedback
-
2. Walkthrough of a simple program
-
2.1 Pre-processor Directive
- 2.1.1 Including
- 2.1.2 Defining constants
- 2.2 void main()
- 2.3 Console Ouput
-
2.1 Pre-processor Directive
-
3. Introduction to Identifiers
-
3.1 A quick example
-
3.1.1 Declaration
- 3.1.1.1 Naming Rules
- 3.1.1.2 Naming Conventions
- 3.1.1.3 Code
- 3.1.2 Console Input and assignment
-
3.1.1 Declaration
-
3.2 Theory
-
3.2.1 Datatypes
- 3.2.1.1 Fundamental Datatypes
- 3.2.1.2 Modifiers
- 3.2.2 Variables in memory
- 3.2.3 Putting it all together
-
3.2.1 Datatypes
-
3.1 A quick example
-
4. Writing Beautiful Code
-
4.1 Style Guide
- 4.1.1 Spacing
- 4.1.2 Indentation
-
4.1.3 Round Brackets
()
-
4.1.4 Curly Brackets
{}
-
4.1.5 Comments
- 4.1.5.1 Block comments or Multi-line comments:
- 4.1.5.2 End-of-line comments:
- 4.1.6 Variable naming
-
4.1 Style Guide
-
5. Cascading
- 5.1 What is cascading?
- 5.2 How to cascade.
-
6. True and False
- 6.1 Relational expressions and logical operators
- 6.2 Operations
- 6.3 Applications
-
6.4 Order of evaluation
- 6.4.1 Questions:
- 6.4.2 Answers:
-
7. Increment and Decrement
- 7.1 Postfix
- 7.2 Prefix
- 7.3 In cout
- 7.4 Wrapping up
-
8. Selection
-
8.1 If else
-
8.1.1 Nesting
- 8.1.1.1 Dangling Else
- 8.1.2 Examples and questions
-
8.1.1 Nesting
- 8.2 Switch
-
8.1 If else
-
9. Iteration
- 9.1 For loop
- 9.2 While loop
- 9.3 Do-while loop
-
9.4 Variations
- 9.4.1 Optional parts and infinite loops
- 9.4.2 Empty loop
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
80% Royalties. Earn $16 on a $20 book.
We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $12 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them