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

Murojaat: @asadbek_tolqinjonov
Download Telegram
Media is too big
VIEW IN TELEGRAM
🎥Lesson 8
💻C++ Programming
🧩Matrix and Vectors

#cpp

@cpp_sirius👨‍💻
3
main.cpp
4.1 KB
Codes
MatrixProblems.pdf
1.1 MB
100 Matrix problems

#cpp
Forwarded from Computer Programming (Asadbek Toʻlqinjonov)
Qaysi masalani ishlab berishimizni xohlaysiz?

Kommentda yozib qoldiring👇
Media is too big
VIEW IN TELEGRAM
🎥Vectors

Problem 15, 16, 17

#cpp
@cpp_sirius🧑🏻‍💻
1
‼️Lesson day‼️

Today we are going to conduct an extra lesson!

💻 Computer Programming
🗓️ Tuesday, 2nd December
🕓 Time: 21:00
🧩 *Pointers


@cpp_sirius👨‍💻
🔥6🎉1
Live stream scheduled for
Live stream started
I don't have stable internet! Wait a minut!
Live stream finished (2 minutes)
Live stream started
Join guys‼️
Pointers:

Lvalue, Rvalue
* & operators
Pointers to Array
Matrix Pointers
Ekran va ovoz?
👍2
👍1
Savollar?
// <----------pointer to pointer-------->
// int c = 12;
// int *cptr = &c;
// cout << &c << endl;
// cout << cptr << endl<<endl;
// int **ccptr = &cptr;
// cout << &cptr << endl;
// cout << ccptr << endl;
1
Savollar?
Tushunarli bo'ldimi?
👍21