Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Get object from an object with JNI in C

C code with ncurses compiled with libtinfo dependency

c linux ncurses

Visual Studio 2010 project file filters

c++ c visual-studio-2010

__attribute__((packed)) alternative

c++ c padding packed

Difference between accessing Memory Mapped Registers using char and int

c embedded

Correct syntax for initialization of a pointer to an array

c pointers

[curl lib]How can I get response/redirect url ?

c curl libcurl

How to implement swapping of structs for the insertion sorting algorithm in C

c struct insertion-sort

Creating bitflag variables with large amounts of flags or how to create large bit-width numbers

c bitflags

Why is absence of array index in "extern char name[]" not affecting strlen(name) but causing error for sizeof(name)?

c sizeof extern strlen

Valgrind multiple "invalid write/read of size 1" errors

c valgrind

Printing int values with a user determined padding? [duplicate]

statically linked libraries on mac

c macos linker static-linking

C: struct declaration with function. Storage size isn't known

c function struct

Why does MinGW define Win API functions as macro?

c++ c winapi mingw

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