Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What do we iterate through when using pointer to an array? [duplicate]

c++ c arrays pointers

How to embed an integer in a macro string? [duplicate]

c macros stringification

Can __attribute__ ((packed)) create a 1-bit struct when the only member is a bit-field?

c++ c gcc attributes

Clean and type-safe state machine implementation in a statically typed language?

Writing to both stdout & a file

c file stdout

Regarding stdio.h

c header-files

What's the difference between printf and printf_s?

c printf

Auto-vectorize shuffle instruction

c sse avx2 auto-vectorization

C / C++ MultiDimensional Array Internals

c

How to calculate the length of a string in C efficiently?

c string performance

How do I get a bright white background color with ncurses?

c ncurses

statvfs system call fails with error Value too large for defined data type

What's the difference between strtok_r and strtok_s in C?

Operation not permitted : Server-setsockopt() error for SO_BINDTODEVICE

Is accessing two volatiles in one statement is legal in newer C?

c c99 volatile iar

Observing shared mapped file memory in linux

inline function vs macro function [duplicate]

c macros inline

Casting structure pointers between structs containing pointers to different types?

c pointers struct casting size

Determine if a string is a valid IPv4 address in C

c string

C library to easily create interactive shell

c parsing shell command