Practical C++ Programming Practices (100+ Common Projects)
Created by Emenwa Global, Last Updated 30-Sep-2020, Language:English
Practical C++ Programming Practices (100+ Common Projects)
Master C++ programming with over 100 best C++ programming practices for absolute beginners to excel in the industry
Created by Emenwa Global, Last Updated 30-Sep-2020, Language:English
What Will I Get ?
- 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
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.
Who this course is for:
- Anyone looking to level up their skills and master C++ programming language
- Anyone who wants to learn to code
Course Content
-
108 C++ programming BEST practices for absolute beginners
108 Lectures 10:51:14-
Practice 1. Hello World
Preview00:03:02 -
Practice 2. Use of Variables
Preview00:04:56 -
Practice 3. Understanding local and global variable
Preview00:05:37 -
Practice 4. User Input
Preview00:05:42 -
Practice 5. How to accept strings from Users
Preview00:03:24 -
Practice 6. How to add 2 Numbers
Preview00:05:01 -
Practice 7. How to use maths operators
Preview00:08:30 -
Practice 8. How to add n Numbers
00:07:07 -
Practice 9. How to use if Statement
00:03:29 -
Practice 10. How use Nested if Statement
00:03:56 -
Practice 11. How to use if else Statement
00:04:42 -
Practice 12. How to use else if Statement
00:07:50 -
Practice 13. How to use switch Statement
00:06:22 -
Practice 14. Nested switch Statement
00:03:55 -
Practice 15. How to use while Loop
00:03:01 -
Practice 16. do while loop
00:02:53 -
Practice 17. How to use for loop
00:02:49 -
Practice 18. Prime Numbers
00:04:05 -
Practice 19. Area of a Triangle
00:04:55 -
Practice 20. How to find Even and Odd Numbers
00:03:29 -
Practice 21. How to add digits from user
00:04:37 -
Practice 22. How to find Greatest of three Numbers
00:06:43 -
Practice 23. How to swap numbers using variables
00:05:14 -
Practice 24. How to swap Numbers using 2 variables
00:04:24 -
Practice 25. How to calculate the percentage
00:06:38 -
Practice 26. How to calculate Gross Salary
00:04:00 -
Practice 27. How to calculate Simple Interest
00:05:52 -
Practice 28. How to check a Leap Year
00:04:04 -
Practice 29. How to get HCF using Recursive Function
00:06:38 -
Practice 30. How to calculate the LCM
00:06:59 -
Practice 31. How to calculate LCM and HCF
00:09:03 -
Practice 32. How to get Factorial of nCr and nPr
00:13:05 -
Practice 33. How to reverse numbers
00:04:17 -
Practice 34. How to reverse arrays of Numbers
00:05:43 -
Practice 35. How to check for a Palindrome
00:05:49 -
Practice 36. How to generate Prime Numbers
Preview00:04:51 -
Practice 37. List of Prime Numbers
00:07:00 -
Practice 38. How to check for Armstrong Numbers
00:06:13 -
Practice 39. How to Generate Armstrong Numbers
00:07:08 -
Practice 40. Calculate Factorial
00:03:55 -
Practice 41. How to calculate Factorial using Recursive function
00:04:49 -
Practice 42. How to create a Fibonacci Series
00:06:05 -
Practice 43. Fibonacci Series using Recursive Function
00:06:12 -
Practice 44. Mathematical Functions
00:07:08 -
Practice 45. How to generate Random Numbers
00:07:32 -
Practice 46. How to convert from Binary to Hexadecimal
00:05:21 -
Practice 47. How to convert from Binary to Octal
00:04:18 -
Practice 48. How to convert from Binary to Decimal
00:04:41 -
Practice 49. How to convert from Decimal to Octal
00:04:28 -
Practice 50. How to convert from Decimal to Binary
00:03:57 -
Practice 51. How to convert from Decimal to Bitwise
00:06:11 -
Practice 52. How to find first and last number in an Array
00:06:24 -
Practice 53. How to pass Arrays to Functions
00:07:30 -
Practice 54. How to find maximum element in Array
00:08:21 -
Practice 55. How to find the minimum element in an Array
00:06:59 -
Practice 56. How to Reverse Array Elements
00:07:27 -
Practice 57. How to insert a new element into an Array
00:09:48 -
Practice 58. How to delete an Element in Array
00:08:14 -
Practice 59. How to Merge 2 Arrays
00:19:13 -
Practice 60. How to add two matrices
00:11:01 -
Practice 61. How to subtract two Matrices
00:10:14 -
Practice 62. How to Transpose a Matrix
00:08:04 -
Practice 63. How to multiply 2 matrices
00:17:32 -
Practice 64. Simple String Format
00:03:27 -
Practice 65. How to check for Length of String using for loop
00:03:33 -
Practice 66. How to check for length of String using function
00:04:04 -
Practice 67. How to compare Strings using for loop
00:08:00 -
Practice 68. How to compare two Strings using Function
00:04:22 -
Practice 69. How to copy Strings
00:04:25 -
Practice 70. How to copy strings using strcpy
00:03:04 -
Practice 71. How to make concatenation using a for loop
00:06:29 -
Practice 72. How to concatenation using strcat
00:03:33 -
Practice 73. How to Reverse a string using while loop
00:04:33 -
Practice 74. How to Reverse a String using strrev
00:02:42 -
Practice 75. How to Reverse Complete Sentence
00:07:15 -
Practice 76. How to check if a String is a Palindrome
00:05:46 -
Practice 77. How to convert from Uppercase to Lowercase
00:05:41 -
Practice 78. How to convert from Uppercase to Lowercase using strlwr
00:04:09 -
Practice 79. How to convert from Uppercase to Lowercase using while loop
00:05:02 -
Practice 80. How to convert from Lowercase to Uppercase using strupr
00:02:58 -
Practice 81. How to Remove vowels from string
00:07:59 -
Practice 82. How to find the frequency occurrence of a Character
00:06:29 -
Practice 83. How to check Vowels and Consonants
00:05:28 -
Practice 84. How to get number of Vowels, Consonants, Digits and Whitespaces
00:12:54 -
Practice 85. How to search for an Element in an Array
00:09:42 -
Practice 86. How to check for an Element in an Array using Recursive function
00:13:19 -
Practice 87. How to sort Array using Bubble
00:08:43 -
Practice 88. How to sort Arrays using Insertion
00:06:38 -
Practice 89. How to sort Arrays using Selection method
00:07:06 -
Practice 90. How to call by Value
00:04:52 -
Practice 91. How to call by Reference
00:05:26 -
Practice 92. How to call by Pointer
00:05:16 -
Practice 93. How to Write to a file
00:07:58 -
Practice 94. How to Read from a file
00:07:14 -
Practice 95. How to add 2 Numbers using function
00:04:03 -
Practice 96. How to subtract two Numbers using function
00:04:14 -
Practice 97. How to create Classes
00:04:46 -
Practice 98. How to Pass Argument to Function
00:05:49 -
Practice 99. How to use inline function
00:03:45 -
Practice 100. How to check length of string using Pointer
00:05:08 -
Practice 101. How to create a Pyramid pattern
00:03:47 -
Practice 102. How to create a Right Angled Triangle
00:02:56 -
Practice 103. How to a Diamond pattern
00:07:19 -
Practice 104. How to create a Right Angle Triangle pattern
00:02:48 -
Practice 105. How to create Alphabet pattern
00:04:11 -
Practice 106. How to create a Pascal Triangle pattern
00:05:16 -
Practice 107. How create a Floyd_s Triangle
00:03:30 -
Practice 108. How to create Numeric Pyramid pattern
00:07:08
-

Emenwa Global
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.
Emenwa Global is a professional software development company that offers global services which include Computer programming, Website Development, Digital Marketing, SEO, Content Provision, Mobile Application Development, Networking and Cyber Security to wide range of individuals and companies all over the world. We help you to achieve your dream in the world of internet business and we always accompany our clients until they are fully satisfied. Our team of Engineers are 24/7 at your service.
Learn creative skills, from absolute beginner to advanced mastery.
Emenwa Global exists to help you succeed in life. Each course has been hand-tailored to teach a specific practical skill.
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 practical skills from scratch...
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.
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.
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. Welcome to Emenwa Global... Get our complete and practical courses today!