Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

VSCode C/C++ Intellisense issue with netinet/ip.h

Some pointer clarification [duplicate]

c pointers

"C or gcc" is like "Chicken or the egg" ? :( [duplicate]

c glibc

counting number of swaps in insertion sort

Defining the concept of "library-safe" code [closed]

Why does calling calloc in gdb not appear to zero out the memory?

c gdb

Windows Named Pipe Problem

How to cast from hexadecimal to string in C?

c casting

How to sniff the number of records in a binary file before reading into an array in the C programming language?

c file binaryfiles filesize

Quickest way to insert into SQLite using C API?

c sqlite

Converting a command line argument into char

c

C programming. Pointers to struct

c list pointers stack structure

In C is there a technical reason to not use lowercase macro definitions? [closed]

c macros

Will elements of an array of type uint8_t always be packed into consecutive bytes of memory?

Processing the columns of a multidimensional array in C

Print "A" presented in HEX (printf("\0x41"))

c

bsearch and struct (custom type)

c pointers bsearch

Trying to understand usefulness of assert

c

Space complexity of a given recursive program

Inline assembly in C not working properly

c assembly