Cafè Linux
574 subscribers
14 photos
7 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
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
Recorded the next video.
Uploading... 🔼


#pointers #cprogramming
Please open Telegram to view this post
VIEW IN TELEGRAM
238🙏1
_Bool in C 👨‍💻

Do we have BOOL in C ?

We do have! and it is widely used in modern embedded projects for better readability, btw many low-level codes still use 0/1 instead of BOOL due to older compiler support, or coding standards.


Since C99:


#include <stdbool.h>

bool flag = false;
if (!flag) {...}

bool is a MACRO for _Bool

You can also use _Bool like this:



_Bool flag = false;


#cprogramming #notes #boolean @tcafeLinux
Please open Telegram to view this post
VIEW IN TELEGRAM
5❤‍🔥21
bgipc_usl_c_1.pdf
337.1 KB
Unix Interprocess Communication
A brief introduction to unix programming and IPC.

#BEEJ #CPROGRAMMING @TCAFELINUX
👩‍🚀 👩‍🚀 😈
Please open Telegram to view this post
VIEW IN TELEGRAM
10🗿11
Electronics_for_Dummies_Gordon_McComb,_Earl_Boysen_Z_Library.pdf
19.3 MB
Electronics for Dummies
- Gordon McComb

Getting started with Electronics from scratch.

#electronics #cprogramming #embedded @TCAFELINUX

👨‍💻 📱 🥺
Please open Telegram to view this post
VIEW IN TELEGRAM
❤‍🔥4💔1🗿1