كتاب Design is a Job ليس كتاباً أكاديمياً يعلمك التصميم ولكن يحتوي على خبرات وتجارب للكاتب، مثلاً كيف تجذب العميل، وكيف تتعامل مع زملائك أو الموظفين المختلفين داخل المكان الذي تعمل به ،و كيف تحدد المقابل المادي لعملك، وكيف تتحصل على أموالك. هدف الكتاب…
Get Starting With C "Variables and Arithmetic operations"…
In the previous article , we started with variables and arithmetic operations here's the answer of the task we talked about before #include<stdio.h> #include<math.h> int main(void){ double num1 , num2 ; num1 = 0; num2…
Get Starting With C "Variables and Arithmetic operations"
In the previous article , we talked about how to type a code in C , compile it and run it . In this one I'll go through Variables and Arithmetic operations . First ,…
Get Starting with C
السلام عليكم , النهاردة إن شاء الله هبدأ سلسة تعليمية في لغة برمجة , طبعا من اسم المقال عرفتوا إيه هي ؟ في البداية أحب أقول نبذة مختصرة عنها : لغة البرمجة السي منشأها هو…