Learn C++
رفتن به کانال در Telegram
3 781
مشترکین
اطلاعاتی وجود ندارد24 ساعت
+67 روز
+18730 روز
آرشیو پست ها
3 781
تثبيت IDE
يتم استخدام IDE (بيئة التطوير المتكاملة) لتحرير وتجميع الكود.
تشمل IDE المشهورة Code :: Blocks و Eclipse و Visual Studio. هذه كلها مجانية ، ويمكن استخدامها لتحرير وتصحيح كود C ++.
ملاحظة: يمكن أن تعمل IDE المستندة إلى الويب أيضًا ، لكن الوظائف محدودة.
سنستخدم Code :: Blocks في برنامجنا التعليمي ، والذي نعتقد أنه مكان جيد للبدء.
يمكنك العثور على أحدث إصدار من Codeblocks على http://www.codeblocks.org/downloads/26. قم بتنزيل ملف mingw-setup.exe ، والذي سيقوم بتثبيت محرر النصوص مع مترجم.
✅تدريب سريع:
لنقم بإنشاء أول ملف C ++ لدينا.
افتح Codeblocks وانتقل إلى ملف> جديد> ملف فارغ.
اكتب كود C ++ التالي واحفظ الملف باسم myfirstprogram.cpp (File> Save File as):
قناة تعليم البرمجة ++C
3 781
C++ Install IDE
An IDE (Integrated Development Environment) is used to edit AND compile the code.
Popular IDE's include Code::Blocks, Eclipse, and Visual Studio. These are all free, and they can be used to both edit and debug C++ code.
Note: Web-based IDE's can work as well, but functionality is limited.
We will use Code::Blocks in our tutorial, which we believe is a good place to start.
You can find the latest version of Codeblocks at http://www.codeblocks.org/downloads/26. Download the mingw-setup.exe file, which will install the text editor with a compiler.
C++ Quickstart
Let's create our first C++ file.
Open Codeblocks and go to File > New > Empty File.
Write the following C++ code and save the file as myfirstprogram.cpp (File > Save File as):
Learn C++
3 781
🟢 ما هي C ++؟
هي لغة مشتركة بين الأنظمة الأساسية يمكن استخدامها لإنشاء تطبيقات عالية الأداء.
تم تطوير C ++ بواسطة Bjarne Stroustrup ، كامتداد للغة C.
تمنح C ++ المبرمجين مستوى عاليًا من التحكم في موارد النظام والذاكرة.
تم تحديث اللغة 3 مرات رئيسية في 2011 و 2014 و 2017 إلى C ++ 11 و C ++ 14 و C ++ 17.
🟢لماذا استخدم C ++؟
هي واحدة من أشهر لغات البرمجة في العالم.
يمكن العثور على C ++ في أنظمة التشغيل الحالية وواجهات المستخدم الرسومية والأنظمة المضمنة.
هي لغة برمجة موجهة للكائنات والتي تعطي بنية واضحة للبرامج وتسمح بإعادة استخدام الكود ، مما يقلل من تكاليف التطوير.
لغة C ++ محمولة ويمكن استخدامها لتطوير تطبيقات يمكن تكييفها مع منصات متعددة.
لغة C ++ ممتعة وسهلة التعلم!
نظرًا لأن C ++ قريبة من C # و Java ، فإنه يسهل على المبرمجين التبديل إلى C ++ أو العكس
🟢 كيف ابدأ؟
سيعلمك هذا البرنامج التعليمي أساسيات C ++.
ليس من الضروري أن يكون لديك أي خبرة برمجية سابقة.
قناة تعليم ++C
3 781
🟢What is C++?
C++ is a cross-platform language that can be used to create high-performance applications.
C++ was developed by Bjarne Stroustrup, as an extension to the C language.
C++ gives programmers a high level of control over system resources and memory.
The language was updated 3 major times in 2011, 2014, and 2017 to C++11, C++14, and C++17.
🟢Why Use C++
C++ is one of the world's most popular programming languages.
C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems.
C++ is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.
C++ is portable and can be used to develop applications that can be adapted to multiple platforms.
C++ is fun and easy to learn!
As C++ is close to C# and Java, it makes it easy for programmers to switch to C++ or vice versa
🟢Get Started
This tutorial will teach you the basics of C++.
It is not necessary to have any prior programming experience.
https://t.me/+4mUtC6_A2VozODRk
Learn C++ Channel
