Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C Multithreading - optimizing return handling

c pthreads pthread-join

‘true’ undeclared (first use in this function) in opencv [duplicate]

c opencv

C - getaddrinfo()

c getaddrinfo

How to enable a specific gcc warnings for a specific directory or file? [duplicate]

c++ c gcc gcc-warning

invoke a swift function from .c file from a swift viewcontroller

ios objective-c c swift pjsip

Error :Unknown type name BOOL for c function in Xcode

ios objective-c c xcode

Visual Studio Code C/C++ Extension doesn't set the include path for the compiler

c++ c visual-studio-code

cython structure, string from python to cython

python c cython

Why does memcpy into a buffer and a pointer to the buffer work the same?

c string pointers buffer memcpy

Can I move between contiguous sequences of fields of the same type in a struct using pointer arithmetic without alignof?

Extract some data from array

c

How do I check if file name is a directory or not in C?

getting the following warning : The ABI of passing struct with a flexible array member has changed in GCC 4.4

c flexible-array-member

What is the clang equvivalent this declaration of a function pointer with __stdcall?

c++ c windows clang clang++

undefined reference to `_GLOBAL_OFFSET_TABLE_' in gcc 32-bit code for a trivial function, freestanding OS

c gcc assembly osdev got

Fork and returning twice

c unix fork freebsd openbsd

Stream vs Buffer

Lua C api : How to load lua files defined as modules?

c lua

How does return work for a function local variable? [duplicate]

Returning an array of pointers from a function

c arrays pointers