Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Pass Numpy array to C 2D array in pointer to pointer format using Cython [duplicate]

python c arrays numpy cython

How portable is weak linking? #pragma weak my_symbol

What is the difference between the ways to create a string in C?

c string

Expand Tabs to Spaces in C?

c tabs

Access a function pointer without parenthesis

Printing the expanded macro to a file during compile time

c gcc compilation macros

Why do some C/C++ headers have "sys/" in front of them?

c++ c header

Near identical functions, yet only some give divide by 0 errors

c divide-by-zero

How to detect X32 ABI or environment in the preprocessor?

How to remove this line in language C : "Program ended with exit code: 0"

c

Sort in mongoDB using a specific order

Clock in C: Time light up [closed]

c colors clock

Memory leak due to fopen() even after calling fclose()

c memory-leaks valgrind fopen

How could I access local variables or call local functions in lua scripts from C/C++?

c++ c lua

A Simple Object System

c malloc calloc

I want to avoid 'floating point error' in C program

c

What the usage of "--oformat=elf32-i386"?

c assembly linker gnu