C
Browse 170 guides in C
Showing 30 of 170 guides
(Page 3 of 6)

Does Qt have a C interface?
Learn does qt have a c interface? with practical examples, diagrams, and best practices. Covers c, qt development techniques with visual explanations.
📄
What does tilde(~) operator do?
Learn what does tilde(~) operator do? with practical examples, diagrams, and best practices. Covers c, cryptography development techniques with visual explanations.
📄
The Definitive C Book Guide and List
Learn the definitive c book guide and list with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

What does "static" mean in C?
Learn what does "static" mean in c? with practical examples, diagrams, and best practices. Covers c, syntax, static development techniques with visual explanations.

How to implement a linked list in C?
Learn how to implement a linked list in c? with practical examples, diagrams, and best practices. Covers c, linked-list development techniques with visual explanations.
📄
pthreads mutex vs semaphore
Learn pthreads mutex vs semaphore with practical examples, diagrams, and best practices. Covers c, linux, synchronization development techniques with visual explanations.
📄
Get the status of a specific PID
Learn get the status of a specific pid with practical examples, diagrams, and best practices. Covers c, linux, pid development techniques with visual explanations.
📄
MIN and MAX in C
Learn min and max in c with practical examples, diagrams, and best practices. Covers c, max, min development techniques with visual explanations.
📄
What does ** do in C language?
Learn what does ** do in c language? with practical examples, diagrams, and best practices. Covers arrays, c, pointers development techniques with visual explanations.

Syntax of switch statement in C?
Learn syntax of switch statement in c? with practical examples, diagrams, and best practices. Covers c, switch-statement development techniques with visual explanations.

parsing YAML to values with libyaml in C
Learn parsing yaml to values with libyaml in c with practical examples, diagrams, and best practices. Covers c, linux, libyaml development techniques with visual explanations.

Difference between cc and cc -c when compiling a C program
Learn difference between cc and cc -c when compiling a c program with practical examples, diagrams, and best practices. Covers c, cc development techniques with visual explanations.

Signal handling and sigemptyset()
Learn signal handling and sigemptyset() with practical examples, diagrams, and best practices. Covers c, process, signals development techniques with visual explanations.
📄
Why does the terminal show "^[[A" "^[[B" "^[[C" "^[[D" when pressing the arrow keys in Ubuntu?
Learn why does the terminal show "^[[a" "^[[b" "^[[c" "^[[d" when pressing the arrow keys in ubuntu? with practical examples, diagrams, and best practices. Covers c, ubuntu development techniques w...

Using only C (no C++) for OpenGL?
Learn using only c (no c++) for opengl? with practical examples, diagrams, and best practices. Covers c, opengl development techniques with visual explanations.
📄
The real difference between "int" and "unsigned int"
Learn the real difference between "int" and "unsigned int" with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

What does %s and %d mean in printf in the C language?
Learn what does %s and %d mean in printf in the c language? with practical examples, diagrams, and best practices. Covers c, printf development techniques with visual explanations.
📄
What is a delimiter?
Learn what is a delimiter? with practical examples, diagrams, and best practices. Covers c, string development techniques with visual explanations.

Passing variable number of arguments around
Learn passing variable number of arguments around with practical examples, diagrams, and best practices. Covers c, variadic-functions development techniques with visual explanations.
📄
What does %[^\n] mean in C?
Learn what does %[^\n] mean in c? with practical examples, diagrams, and best practices. Covers c, string development techniques with visual explanations.

Disabling disk cache in linux
Learn disabling disk cache in linux with practical examples, diagrams, and best practices. Covers c, linux, caching development techniques with visual explanations.

Catch Ctrl-C in C
Learn catch ctrl-c in c with practical examples, diagrams, and best practices. Covers c, signals development techniques with visual explanations.
📄
Why do we cast return value of malloc?
Learn why do we cast return value of malloc? with practical examples, diagrams, and best practices. Covers c, malloc development techniques with visual explanations.
📄
How to make a decimal to hexadecimal converter in C
Learn how to make a decimal to hexadecimal converter in c with practical examples, diagrams, and best practices. Covers c, hex, decimal development techniques with visual explanations.
📄
scanning a USB drive using a C program (fopen,fread,fwrite)
Learn scanning a usb drive using a c program (fopen,fread,fwrite) with practical examples, diagrams, and best practices. Covers c, usb, fopen development techniques with visual explanations.

What do \t and \b do?
Learn what do \t and \b do? with practical examples, diagrams, and best practices. Covers c, printf development techniques with visual explanations.
📄
How to generate a random int in C?
Learn how to generate a random int in c? with practical examples, diagrams, and best practices. Covers c, random development techniques with visual explanations.
📄
Why is volatile needed in C?
Learn why is volatile needed in c? with practical examples, diagrams, and best practices. Covers c, declaration, volatile development techniques with visual explanations.
📄
min and max value of data type in C
Learn min and max value of data type in c with practical examples, diagrams, and best practices. Covers c, types development techniques with visual explanations.

What does gdb 'x' command do?
Learn what does gdb 'x' command do? with practical examples, diagrams, and best practices. Covers c, assembly, gdb development techniques with visual explanations.