Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C function argument char * vs char []

c function arguments

How to access members of a `struct' according to a value of a string?

c string struct

Analyze valgrind output: "invalid free()"

c free valgrind memcheck

Declaration of function returning a function pointer

UDP multi client server basics

c linux udp

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