Computer Programming
262 subscribers
58 photos
15 videos
55 files
16 links
- Programming Lessons
- Daily problems
- Guide books

Murojaat: @asadbek_tolqinjonov
Download Telegram
Computer Programming
mock_final102.pdf
Guys!

I tried my best to prepare this mock.
However, I can not say the real exam will be exactly like this.
So do not think this is a real exam
8🔥6🕊2
📃Mock Results
5
‼️Pay attention ‼️

Tomorrow we are going to organize an extra lesson!

💻 Computer Programming
🗓️ Thursday, 11th December
🕓 Time: 21:00
🧩 File Handling


@cpp_sirius👨‍💻
12👍1🔥1
Live stream scheduled for
Live stream scheduled for
Computer Programming
🎓Students The lesson will be 1 hour before at 20:00 Please be aware and ready
🙏So sorry guys.
I will be late about 30 minutes.

Be tuned
👍1
Live stream started
We are starting

Join‼️
Ovozim yaxshimi?
💯3
Ekran?
💯5
Topic: File Handling
Savollar?
ovoz?
👎9
Ovoz?
💯3👎1
Savollar?
// problem 8
ofstream fnum("numbers.txt");
int k;
for (int i = 0; i < 100; i++) {
k = rand() % 100+1;
fnum << k << endl;
}
fnum.close();

ifstream fmax("numbers.txt");
int num, max = 0;
while (fmax>>num) {
if (max < num) {
max = num;
}
}
cout << max << endl;
fmax.close();
Live stream finished (1 hour)
Media is too big
VIEW IN TELEGRAM
🎥Lesson 10
💻C++ Programming
📁 File Handling

#cpp

@cpp_sirius👨‍💻
3🔥2
main.cpp
2.7 KB
Codes
Forwarded from Computer Programming 1
week14.pdf
107.9 KB
This week lab: File handling & structure.
It is lab work (not graded)