Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why should I use my own buffer for getline or similar functions?

c buffer getline

How to declare a variable of type "uint8_t"* in Python

Why would you duplicate a filedescriptor and never use it?

c shell unix

Rotated 2d rectangle intersection detection

How to organize the handling of database connections within functions?

php mysql c database

What is the name of CMake's default build target?

c++ c build cmake

Raspberry Pi C++ error: invalid use of incomplete type

segmentation fault is gonna kill me since 3 days [closed]

c multithreading debugging

Parsing words from string in C

c string

Cross-platform encryption container library

How to find the number of parameters to a Python function from C?

python c

Memory allocators

Address of a pointer is equal to a pointer to pointer?

c pointers malloc

passing more than required arguments to c function

Make last array parameter optional in php class method (C)

How to resample an array of n elements into an array of m elements

c math approximation

How to turn a character array into uint8_t

c casting send recv uint8t

Running C code in an Objective C (Cocoa) Thread (for iOS)