هذه الدورة للمبتدئين فى مجال البرمجيات. سنتعلم معاً البرمجة بلغة السي بشكل أساسي و السي ++ معها من خلال تطبيقات عملية و شرح مفصل و سهل و واضح. سنقوم بعمل عدة مشاريع صغيرة مع العديد من التدريبات العملية و الشرح المفصل لحلها.
سنتعلم البرمجة معاً بسهولة و مرونه كما يتعلمها - وأقوم بتدريسها عملياً لطلاب هندسة البرمجيات و علوم الحاسب فى الجامعات العربية و الأجنبية.
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.