تعلم البرمجة بلغة ++C
前往频道在 Telegram
💻 الى كل المبرمجين 🔴سوف تجد شرح لغة السي بلاس بلاس للمبتدئين حتى الاحتراف 📺فيدوهات شرح عديدة 🎥 برامج مجانية 🎁 مشاريع مجانيه 📚 كتب تصميم وبرمجة 📚 مراجع واسئلة محلولة 💻برامج واكواد كثيرة كل ذلك في قناتي 👇 https://t.me/LearnCPlus_Plus
显示更多2 315
订阅者
无数据24 小时
-77 天
-2630 天
帖子存档
#include <iostream>
#include <string>
#include <cstdlib>
#include <ctime>
using namespace std;
int main() {
srand(time(0)); // Seed the random number generator.
string password; // Create a string to hold the password.
for (int i = 0; i < 100; i++) { // Loop 100 times.
for (int j = 0; j < 20; j++) { // Generate 20 characters per password.
int randomNumber = rand() % 3; // Generate a random number between 0 and 2.
if (randomNumber == 0) { // If the random number is 0, generate a capital letter.
char c = 'A' + rand() % 26; // Generate a random capital letter between A and Z.
password += c; // Append the character to the string.
} else if (randomNumber == 1) { // If the random number is 1, generate a small letter.
char c = 'a' + rand() % 26; // Generate a random small letter between a and z.
password += c; // Append the character to the string.
} else if (randomNumber == 2) { // If the random number is 2, generate a number.
char c = '0' + rand() % 10; // Generate a random number between 0 and 9.
password += c; // Append the character to the string.
}
}
cout << "Password " << i+1 << ": " << password << endl;// Print out each generated password on its own line in the console window.
password = "";// Reset the string for next loop iteration
}
return 0;// End program execution with no errors or warnings.
}
السلام عليكم
تواصل معي عدة طلاب
وقالوا أن البوت أرسل لهم
رسائل رابط البوت مخترق
احذروا
لا احد يدخل أي رابط .
" الترم الجاي بذاكر أول ب أول "
-يلا شباب ذاكروا أول ب أول
حملوا كورسات
-طبقوا كثير وكثير وكثير
الله يوفقنا واياكم لما فيه
الخير والصلاح في الدنيا والآخرة .
تابعوني على حساباتي في👇✨
تويتر:
https://twitter.com/Kahlan41?t=PlqWhlhbp_1YWVh2p13EHQ&s=35
انستغرام:
https://instagram.com/kar0_71?igshid=ZDdkNTZiNTM=
أرغب بعمل جلسات نقاش وشرح في لغة البرمجة c++.
وسيتم عبر بث مباشر عبر Google meet، أو عبر مساحات في تويتر.
ولكم حق الاختيار. إضافة: لو كانت لديكم الرغبة في الاستماع والتعلم من الممكن أن نتطرق لمواضيع أخرى -تخص التقنية- غير لغات البرمجة.
هنزل كورسات علشان اتعلم برمجه وأكون ناجح في حياتي😌💛.
أنا اليوم في الكورس=
#ترفيه
.👆👆👆.
العديد من الأسئلة والأكواد المحلولة
وغير محلولة قوم بتطبيقها ومحاولة
فهمها سوف تستفيد منها .
كتب أساسيات برمجة كائنية التوجة 👆
Object oriented programming (OOP)
رح يستفيد منها الجميع لأن نهج OOP نهج واحد لكل اللغات اللتي تدعم هذا النوع مثل
C++ , java , بايثون
وغيرها من لغات البرمجة ؛
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
