Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

when explicit pointer type cast is needed?

c++ c pointers casting

How to position asterisk near to variable name when declaring pointers in C in vscode auto formatting?

find errors in C function [closed]

c

C to Assembly, per-instruction translator [duplicate]

c debugging assembly

Possible Bug in GCC Sanitizers?

c gcc clang sanitizer

Simple but specific array compiling error (C)

Need some advice on C header inclusion

Passing array to a function

c arrays

searching a element in 2D array of m/n which is row and column [closed]

c++ c algorithm search

C ascii character list

c list ascii

What is the point of bitwise and-ing with 255 when using bitshifting method of bytes reordering?

Algorithm analysis - Expected growth rates

c++ c algorithm

Glib hash table issues with signal handling code

What is array subscript operator in typedef in C

c typedef

Cancel thread with read() operation on serial port

Accessing elements of typedef'ed array of pointers

c++ c arrays pointers

Don't understand why a code snippet from APUE unlinks a file attached to the client unix domain socket

c unix-socket unlink

ICMP Host-Unreachable

c sockets port icmp

Assign an array to a pointer with complex cases

c arrays pointers

How is the POSIX threading api versioned and has it been updated since 1995?

c pthreads version posix