0% found this document useful (0 votes)
5 views1 page

C++ Fundamentals

The document outlines 5 topics on C++ concepts: basic syntax, functions, arrays, strings and streams, and vectors, lists and iterators.

Uploaded by

ads ads
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

C++ Fundamentals

The document outlines 5 topics on C++ concepts: basic syntax, functions, arrays, strings and streams, and vectors, lists and iterators.

Uploaded by

ads ads
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Basic Syntax
• Introduction to Basic Syntax;
• Data Types;
• Expressions and Operators;
• Loops;
• Basic Console I/O.

2.Functions
• Function;
• Declaring vs. Defining;
• Functions with Parameters;
• Returning Values from Functions;
• Static Variables Inside Functions;
• Value vs. Reference Types.

3.Arrays
• What are Arrays?;
• Reading and Printing Arrays;
• Usage with Functions;
• C++11 Range-based for loop;
• C++11 Header.

4.Strings and Streams


• C++11 Range-based for loop;
• C++11 Header;
• Streams.

5.Vectors, Lists and Iterators


• Data Structures and Complexity;
• Vectors;
• Iterators;
• Lists.

You might also like