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

C++ Topics

This document outlines various programming concepts in C++ including programs, variables, comments, input/output, preprocessor directives, statements, blocks, data types, arithmetic operations, comparison operators, type casting, loops, arrays, functions, classes, and objects. It provides an overview of key elements like while loops, for loops, single and multidimensional arrays, functions with different return types including void, recursion, classes, and objects.

Uploaded by

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

C++ Topics

This document outlines various programming concepts in C++ including programs, variables, comments, input/output, preprocessor directives, statements, blocks, data types, arithmetic operations, comparison operators, type casting, loops, arrays, functions, classes, and objects. It provides an overview of key elements like while loops, for loops, single and multidimensional arrays, functions with different return types including void, recursion, classes, and objects.

Uploaded by

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

1. What is program?

2. Variable?
3. Multiline comment
4. Single / end line comment
5. C++ output/input
6. Preprocessor directive # include
7. Statement
8. Block
9. New line in C++
10. Data types in C++ (int, float, double…….etc)
11. Basic arithmetic operations (chapter 1 page no 8)
12. Comparison operator & combing conditions (chapter 1 page no 13)
13. Type casting in C++
14. While loop program
15. For loop program
16. Array definition
17. Advantages and disadvantages of array
18. Array types
19. Single and multidimensional array program (any program)
20. Loop through an array (for loop)
21. Function and benefits of functions
22. Function full program (any)
23. Function overloading and example program
24. Function return type void. Understand why?
25. Recursion program
26. Create a class. using the class create some object and print the value

You might also like