
Where loops are need + Show menu continuously using while loop
Think about loops .. what to be repeated and how many times.
Print 1 to 10 using while loop + different counter values
for loop syntax and comparison with while loop
Examples: Print numbers from 1 to 100, infinite loop with for
Ask users how many numbers + sum all numbers entered by the user
sum all numbers until the user enters something
read elements from users and print them using loops
print matrix in rows and columns
sum and average of 2D arrays
هذه الدورة للمبتدئين فى مجال البرمجيات. سنتعلم معاً البرمجة بلغة السي بشكل أساسي و السي ++ معها من خلال تطبيقات عملية و شرح مفصل و سهل و واضح. سنقوم بعمل عدة مشاريع صغيرة مع العديد من التدريبات العملية و الشرح المفصل لحلها.
سنتعلم البرمجة معاً بسهولة و مرونه كما يتعلمها - وأقوم بتدريسها عملياً لطلاب هندسة البرمجيات و علوم الحاسب فى الجامعات العربية و الأجنبية.
This course is for absolute beginners. You learn the basic programming fundamentals that will get you started in the field of programming. The main programming language of the course is C. However all concepts are the same in C++ as well. We have a video in which we convert the code from C to C++
You will learn these topics:
تتعلم فى هذه الدورة المواضيع التالية:
input and output , printf, scanf, cout and cin
variables and data types
if statements
loops
arrays
functions
strings
Projects we will build:
Age calculator
Body Mass Index
Currency Converter
Simple ATM Project
Taken from Wikipedia,
C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. Wikipedia
Some usages of C:
Operating Systems. ...
Embedded Systems. ...
GUI. ...
New Programming Platforms. ...
Google. ...
Mozilla Firefox and Thunderbird. ...
MySQL. ...
Compiler Design.