Practical C++ Programming Practices (100+ Common Projects)
What you'll learn
- Level up your C++ programming skill with over 100+ beginners best practices
- Understanding local and global variable
- How to accept strings from Users
- How to add 2 Numbers
- How to use math operators
- How to add n Numbers
- How to find Even and Odd Numbers
- How to add digits from user
- How to find Greatest of three Numbers
- How to swap numbers using variables
- How to calculate the percentage
- How to check a Leap Year
- And lots more...
Course content
- Preview03:01
- Preview04:55
- 05:36Practice 3. Understanding local and global variable
- Preview05:41
- Preview03:23
- Preview05:00
- 08:29Practice 7. How to use maths operators
- 07:06Practice 8. How to add n Numbers
- 03:28Practice 9. How to use if Statement
- 03:55Practice 10. How use Nested if Statement
- 04:41Practice 11. How to use if else Statement
- 07:49Practice 12. How to use else if Statement
- 06:21Practice 13. How to use switch Statement
- 03:54Practice 14. Nested switch Statement
- 03:00Practice 15. How to use while Loop
- 02:52Practice 16. do while loop
- 02:48Practice 17. How to use for loop
- 04:04Practice 18. Prime Numbers
- 04:54Practice 19. Area of a Triangle
- 03:28Practice 20. How to find Even and Odd Numbers
- 04:36Practice 21. How to add digits from user
- 06:42Practice 22. How to find Greatest of three Numbers
- 05:13Practice 23. How to swap numbers using variables
- 04:23Practice 24. How to swap Numbers using 2 variables
- 06:37Practice 25. How to calculate the percentage
- 03:59Practice 26. How to calculate Gross Salary
- 05:51Practice 27. How to calculate Simple Interest
- 04:03Practice 28. How to check a Leap Year
- 06:36Practice 29. How to get HCF using Recursive Function
- 06:58Practice 30. How to calculate the LCM
- 09:02Practice 31. How to calculate LCM and HCF
- 13:04Practice 32. How to get Factorial of nCr and nPr
- 04:16Practice 33. How to reverse numbers
- 05:42Practice 34. How to reverse arrays of Numbers
- 05:48Practice 35. How to check for a Palindrome
- 04:50Practice 36. How to generate Prime Numbers
- 06:59Practice 37. List of Prime Numbers
- 06:12Practice 38. How to check for Armstrong Numbers
- 07:07Practice 39. How to Generate Armstrong Numbers
- 03:54Practice 40. Calculate Factorial
- 04:48Practice 41. How to calculate Factorial using Recursive function
- 06:04Practice 42. How to create a Fibonacci Series
- 06:11Practice 43. Fibonacci Series using Recursive Function
- 07:07Practice 44. Mathematical Functions
- 07:31Practice 45. How to generate Random Numbers
- 05:20Practice 46. How to convert from Binary to Hexadecimal
- 04:40Practice 48. How to convert from Binary to Decimal
- 04:27Practice 49. How to convert from Decimal to Octal
- 03:56Practice 50. How to convert from Decimal to Binary
- 06:10Practice 51. How to convert from Decimal to Bitwise
- 06:23Practice 52. How to find first and last number in an Array
- 07:29Practice 53. How to pass Arrays to Functions
- 08:20Practice 54. How to find maximum element in Array
- 06:58Practice 55. How to find the minimum element in an Array
- 07:26Practice 56. How to Reverse Array Elements
- 09:47Practice 57. How to insert a new element into an Array
- 08:14Practice 58. How to delete an Element in Array
- 19:12Practice 59. How to Merge 2 Arrays
- 11:00Practice 60. How to add two matrices
- 10:13Practice 61. How to subtract two Matrices
- 08:03Practice 62. How to Transpose a Matrix
- 17:31Practice 63. How to multiply 2 matrices
- 03:26Practice 64. Simple String Format
- 03:31Practice 65. How to check for Length of String using for loop
- 04:03Practice 66. How to check for length of String using function
- 07:59Practice 67. How to compare Strings using for loop
- 04:21Practice 68. How to compare two Strings using Function
- 04:24Practice 69. How to copy Strings
- 03:03Practice 70. How to copy strings using strcpy
- 06:28Practice 71. How to make concatenation using a for loop
- 03:32Practice 72. How to concatenation using strcat
- 04:32Practice 73. How to Reverse a string using while loop
- 02:41Practice 74. How to Reverse a String using strrev
- 07:14Practice 75. How to Reverse Complete Sentence
- 05:45Practice 76. How to check if a String is a Palindrome
- 05:40Practice 77. How to convert from Uppercase to Lowercase
- 04:08Practice 78. How to convert from Uppercase to Lowercase using strlwr
- 05:01Practice 79. How to convert from Uppercase to Lowercase using while loop
- 02:57Practice 80. How to convert from Lowercase to Uppercase using strupr
- 07:58Practice 81. How to Remove vowels from string
- 06:28Practice 82. How to find the frequency occurrence of a Character
- 05:27Practice 83. How to check Vowels and Consonants
- 12:53Practice 84. How to get number of Vowels, Consonants, Digits and Whitespaces
- 09:41Practice 85. How to search for an Element in an Array
- 13:18Practice 86. How to check for an Element in an Array using Recursive function
- 08:42Practice 87. How to sort Array using Bubble
- 06:37Practice 88. How to sort Arrays using Insertion
- 07:05Practice 89. How to sort Arrays using Selection method
- 04:51Practice 90. How to call by Value
- 05:25Practice 91. How to call by Reference
- 05:15Practice 92. How to call by Pointer
- 07:58Practice 93. How to Write to a file
- 07:13Practice 94. How to Read from a file
- 04:02Practice 95. How to add 2 Numbers using function
- 04:13Practice 96. How to subtract two Numbers using function
- 04:45Practice 97. How to create Classes
- 05:48Practice 98. How to Pass Argument to Function
- 03:43Practice 99. How to use inline function
- 05:07Practice 100. How to check length of string using Pointer
- 03:46Practice 101. How to create a Pyramid pattern
- 02:55Practice 102. How to create a Right Angled Triangle
- 07:18Practice 103. How to a Diamond pattern
- 02:47Practice 104. How to create a Right Angle Triangle pattern
- 04:10Practice 105. How to create Alphabet pattern
- 05:15Practice 106. How to create a Pascal Triangle pattern
- 03:29Practice 107. How create a Floyd_s Triangle
- 07:07Practice 108. How to create Numeric Pyramid pattern
- 00:10Congratulations on your journey! What Next?
Requirements
- This courses requires the basics of C++ programming knowledge
- A computer (Windows/Mac/Linux)
Description
Welcome to Practical C++ Programming Practices (100+ Common Projects)! Learning C++ programming language and understanding C++ programming language are two different things. Almost every student enjoy learning C++ programming language. But, only a few number of these students actually understand C++ programming language afterwards. This is where the remaining students are left behind and kept wandering from one course to another over the internet to get the best knowledge on understanding C++ programming language with cups of coffee on their table everyday.
100+ C++ programming best practices for absolute beginner is a comprehensive and concise guide with over 10 hours of content that is designed to pick up every interested student from the state of “zero-knowledge” to a state of “Hero-knowledge” in C++ programming with lots of practical C++ projects.
Why Must I Take This Course And What Benefit Is It To ME As A C++ Programmer?
This is the only course on the internet that will help you to become a certified and successful programmer with an in-depth knowledge of the entire aspect of C++ programming and prepare you with the required skills necessary to build you to face job interviews and get employed as a full stack Software developer.
Emenwa Global instructors are industry experts with years of practical, real-world experience building software at industry leading companies. They are sharing everything they know to teach thousands of students around the world, just like you, the most in-demand technical and non-technical skills (which are commonly overlooked) in the most efficient way so that you can take control of your life and unlock endless exciting new career opportunities in the world of technology, no matter your background or experience.
Who this course is for:
- Anyone looking to level up their skills and master C++ programming language
- Anyone who wants to learn to code
Instructors
100,000+ Students Have Built Their Skills And Industry Career With Our Professional Courses. Many Work In High Tech Companies Today.
Learn by doing it yourself from scratch... Build real projects henceforth!
Emenwa Global instructors are industry experts with years of practical, real-world experience building software at industry leading companies. They are sharing everything they know to teach thousands of students around the world, just like you, the most in-demand technical and non-technical skills (which are commonly overlooked) in the most efficient way so that you can take control of your life and unlock endless exciting new career opportunities in the world of technology, no matter your background or experience.
One other important philosophy is that our courses are taught by real professionals, software developers with real and substantial experience in the industry, who are also great teachers. All our instructors are experienced, software developers.
Whether you are a beginner, looking to learn how to program for the very first time, or to brush up on your existing skills, or to learn new languages and frameworks, the Academy has you covered.
Are You Looking Forward To A Life Of Freedom And Success?
Learn creative skills, from absolute beginner to advanced mastery.
Zoolord exists to help you succeed in life. Each course has been hand-tailored to teach a specific skill from photography and video to art, design and business.
Whether you’re trying to learn a new skill from scratch, or want to refresh your memory on something you’ve learned in the past, you’ve come to the right place.
Education makes the world a better place. Make your world better with new skills!
Our courses can be watched 24/7 wherever you are. Most are fully downloadable so you can take them with you. You can also view them on mobile devices with the Udemy mobile app.
100,000+ Students Are In Their Right Directions Today And Can't Be Wrong.
Join Us Now And Develop Your Career Power With Our Practical And Professional Courses On 30 Days Money Back Guarantee Without Risk Of Investment. We Bear The Risk On Your Behalf. Grab A Course Now And Start Learning Today On 100% Risk FREE!