Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Error: incompatible types when assigning to type 'values' from type 'void *'?

c

Memory Leak Issue in function similar to scanf

C: Passing struct by reference

c reference

How to create C (not C++) console application in Visual Studio

Glibc detected malloc() memory corruption (0xb6179bb8) when calling new keyword C++

c++ c glibc

How can I send a signal to a popen'ed process in Perl?

c perl signals

kernel function parameter as const

c++ c cuda

Convert from C++ style printing to my_printf()

"--" operator in while ( ) loop

c

To extern "C" or Not to extern "C" [g++ vs cl]

c++ c g++ cl extern-c

How does a program know where the bss segment is located

c memory-management

C - Multiple assignments to same variable in one line

c++ c coding-style

Vim Airline interpreting .h files as cpp, not c

c vim neovim vim-airline

Parallel programming in C with no threads or high-level libraries [closed]

c parallel-processing

What's the point of a `.inc` file in C++ & C? What situation would you want to use it?

c++ c

GZIP compression using zlib into buffer

Convert C++ byte array to a C string

c++ c arrays string

How to calculate distance between 2 points in a 2D matrix

c matrix distance

OMP 2.0 Nested For Loops

c multithreading openmp

Makefile to move .o files to Different Directory

c makefile vpath