Cafè Linux – Telegram
Cafè Linux
580 subscribers
14 photos
5 videos
31 files
31 links
👾 ( Cafe Linux - C, Linux, BASH and so on )

🎥 YT: https://www.youtube.com/@TheLinuxCafe

( "The quieter you become, the more you are able to hear" )

Buy me a Coffee : { 0xbc8e52af7b46461b8076085Be771F465E26A9Dfd } - BEP20/USDT

whoami: @firstTarokh
Download Telegram
❤‍🔥6
Cafè Linux
Voice message
فیلم دوم رکورد شد این وویس رو درمورد ویدیو جدید گذاشتم 🙏🌟
💯4
3👍3
Cafè Linux
Voice message
این وویس هم درمورد کانال،


پ.ن: دوستان من مریض شدم و صدام در نمیاد، ببخشید اگر تو ویدیوهای جدید ( همینایی که بعد از ظهر آپلود میشن) صدام (شاید) گرفته.
💯7
C++_Crash_Course_A_Fast_Paced_Introduction_Josh_Lospinoso_Z_Library.pdf
7.1 MB
#CPP crash course - A fast-paced introduction to C++

A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries. C++ is one of the most widely used languages for real-world software.

#cafelinux @TCafeLinux
❤‍🔥5
Cafè Linux pinned «https://youtu.be/6G14-mk_edw?si=nzbAbBHcyGF_7Kca»
bgc_usl_c_1.pdf
1.1 MB
#CProgramming, Beej document for learning how to code C.
bgclr_usl_c_1.pdf
1.3 MB
#CProgramming, BEEJ document, a great introduction to C - library reference

#cafelinux @TCafeLinux
5
فارسی هم رکورد بشه فیلم ها یا با انگلیسی اوکی هستید
Anonymous Poll
76%
بشه
24%
نشه
Cafè Linux
https://youtu.be/6G14-mk_edw?si=nzbAbBHcyGF_7Kca
امشب کوئیز میگیریم دوستان هم سی هم لینوکس، در سطوح مختلف
❤‍🔥8💅1
دوستان ^نازنین اکبر^ از کانال رفت بیرون،
به همین واسطه این هفته به جای یدونه ویدیو دو تا ویدیو داریم 🌟
🤣14❤‍🔥2
what is the entry point in a C program ?
Final Results
74%
main function
20%
Main class
3%
start:
3%
none of above
void main(void) {
return 0;
}
Cafè Linux
void main(void) { return 0; }
Will this code compile ?
Final Results
48%
Yes
52%
No
main(void) {
printf();
}
Cafè Linux
main(void) { printf(); }
Will this code compile ? (TRICKY QUESTION)
Final Results
47%
Yes (On Old Compilers)
17%
Yes (On Every Compiler)
36%
Not at all
🤨1🤝1
a ) #include<stdio.h>
b ) #include <stdio.h>