Search for Sinhala video computer lessons, videos, Flash Demos, audio tutorials, softwares, fonts and other useful educational materials using our search utility:
C++ Programming Sinhala Video Tutorials. Learn Software Development from the Basics.
C++ is one of the most popular object oriented programming language. Mostly it is used to teach basic concepts in object oriented programming feature. This highly versatile language is used to develop embedded systems, operating system kernels, desktop application and computer games. Bjarne Stroustrup developed C++ language in 1979.
- 1. How to download Borland C++ compiler
- 2. Learn How to Configure Borland Compiler
- 3. How to Configure BIN folder path using two methods
- 4. Create your first C++ Program
- 5. Print multiple lines on the Screen
- 6. Create Variables in C++ Program
- 7. How to store Floating Point Numbers in Variables
- 8. Use Variables in Mathematical Calculations
- 9. How to give inputs to a program
- 10. Understand how IF control structure works
- 11. Simple exercise using IF statements
- 12. Using nested IF statements
- 13. Using FOR loops
- 14. How FOR loop works
- 15. How to terminate FOR loop using the Keyboard
- 16. Variations in FOR loop
- 17. Another variation in FOR loop - Part 1
- 18. Another variation in FOR loop - Part 2
- 19. Understand SWITCH CASE statement - Part 1
- 20. Understand SWITCH CASE statement - Part 2
C++ Programming Using Code::Blocks IDE
Code::Blocks is a free IDE for C/C++ and Fotran development. It's a popular development tool for beginners to learn C/C++. In these Sinhala video tutorials, you would learn how to use Code::Blocks development environment to create C++ programs. We'll be using GCC C/C++ compiler with the IDE.
- 1. Download Code::Blocks Development Tool New
- 2. Install IDE in Windows 7 System New
- 3. Understand Interface and Basic Configuration New
- 4. Creating Source Files New
- 5. Create Projects New
- 6. Compile, Build and Run Your Program New
- 7. Understand Your First Program in C++ New
- 8. Understand More About the Main Function New
- 9. Understand Output Stream Object New
- 10. Using Multiline Output Statements New
- 11. Understand Code Blocks Project New
- 12. Add or Remove Files from the Project New
- 13. Remove Projects From CodeBlocks New
- 14. Using Escape Characters New
- 15. Using Input Stream New
- 16. Understand Variables New
- 17. Create a Simple Calculator Program Using a Algorithm New
- 18. Understand More About Using Algorithms New
- 19. Using Namespace Statement New
- 20. Using Arithmetic Operators New
- 21. Using Relational Operators with If Statements New