Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Use your own library with JNA on Android Studio

Is it faster to use goto to skip if statement

c

Allocate space for a 3 dimensional array in C

Subtlety in strstr?

c string strstr

What happens when preprocessor lines are processed by the preprocessor? - the '.i' file

c gcc c-preprocessor

List callable functions from GDB

c gdb

C Read and replace char

c

A few doubts about char and int pointers in C

c

What does the ^ scanf modifier actually do?

c scanf

Why does the address of a local variable keeps changing during every execution of the same binary image?

c memory-layout addressing

The wording of exercise 5.1 in K&R c

c

How to wrap make all macro in Makefile

c++ c makefile

Am I using ctypes correctly to pythonify this struct?

python c++ c dll ctypes

Indirection and Increment Operator evaluvation

c pointers

Error: storage size of 'c' isn't known

c struct adt

C - How to define a global variable using a loop?

c arrays

Shared library in C with two application

c

How to set a "require" to return a table/module from Lua C API?

c lua

GetProcAddress with all loaded libraries

c++ c winapi dll

How are macros evaluated in C?

c macros