Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How memory allocation works for char* without explicitly allocating

c pointers

Error: initialization makes pointer from integer without a cast

c pointers casting

Confused about the string pointer iteration in my lecture notes

c

How to round down to the nearest power of 10?

c++ objective-c c rounding floor

Is there a one-line initialization for C structs on the heap?

c

Alignment of char array struct members in C standard

c struct alignment standards

c/c++ questions on pointers (double pointers)

c++ c pointers double

Mixing C and C++ libraries

c++ c gnu

Bit permutation tables in C

c bit-manipulation

linear search through uint64[] with SSE

c++ c search sse linear-search

Clarification on Scope and Redefinition [duplicate]

c

Pointer questions in c

c pointers declaration

How to free an array of char-pointer?

c arrays pointers malloc free

Getting rid of an ugly C construct

c++ c c++11 macros

Why "second C linkage of overloaded function" is not allowed?

c++ c dll extern

C# pointers vs. C++ pointers

c# c++ c performance pointers

Matrix transposition porting from Java to C, incompatible types issue

java c matrix porting

GDB, how to debug macro

c gdb

REPEAT_BYTE(x) macro

Why bother using a float / double literal when not needed?