Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Precedence between member access from a pointer and cast

How to compile C code using old syntax with a modern compiler?

c llvm

Bit fields for reading from H/W registers

C struct: consecutive fields without padding?

c struct padding

Converting string to long using strtol and pointers

c string pointers strtol

assign struct with char array inside using "=" works?

c arrays struct char

Xcode, how to run one file at a time?

c xcode file

declaring a variable across multiple source files

c

A better way to load DLL functions?

c++ c windows dll

how to pass the entire string over the read and write function in TCP socket programming in c program

c sockets

node.js webserver and C++ game server

c++ c node.js sockets websocket

How to properly split a C program in files and include then?

What are the '@' and '$' for in C/C++? [duplicate]

c++ c

Segfault at srandom_r

c linux random reentrancy

Why is the executable(.exe file) file has a size greater than the compiled .C file? [closed]

c size

Using comma operator in c

c comma-operator

Why does VC++ introduce the nonstandard keyword: __leave?

How to set mouse cursor on X11 in a C application

c x11 mouse-cursor

Why is 0 a very common integer for the last values of my dynamically created array?

c arrays random

CLI instruction not executed in Linux kernel module