Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

unterminated unconditional directive error when preprocessing C code

c

How do I convert an cv::Mat to float pointer?

c++ c opencv memcpy vlfeat

Writing a webserver in C

c http webserver

32-bit signed integer multiplication without using 64-bit data type

Not able to understand if in #define

c++ c

Defining a Function inside of main() [duplicate]

expected identifier or ‘(’ before ‘/’ token

c gcc compilation

IronClad equivalent for Jython

How many numbers in an array are smaller than a given number?

c++ c

while(free) instead of while(true) in C whilst using macOS High Sierra

Passing double pointer as function argument

c pointers

Getting address boundary error when working with pointers in C

realloc() are not returning a new block with a copy of old values

c memory-management realloc

Modify malloc strategy for 2D Array so malloc succeeds

c++ c malloc

C warn on missing lookup table entry which get default initialized

Is res_query thread-safe?

Identifying endian related problems

c++ c endianness

random or rand function prints the same value, even in different machines

c random

ELF - entry point address changed at runtime

c linux elf

Lua C API push existing pointers

c lua