Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

difference between &array[0] and &array when passed to a C function

c

how to realloc inner and outer array

c string memory-management

C sockets send/recv buffer type

c++ c sockets unix

Can I know whether the variable has changed its value without comparing it with previous value in a function call C?

c++ 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