Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Pixel-Perfect 2D Rendering with OpenGL

c opengl

How do I force the program to use unaligned addresses?

c linux multithreading

Automatically generate values for #define using vi[m]

c++ c vim macros vi

How can I exec either a shell script or an executable?

c exec

Specific modular multiplication algorithm [duplicate]

How to add two numbers as a string

c string

C: Generating hash keys for large data sets?

c hash key

Programmatically check if a process is being run in the background

c linux background-process

difference between a[10] and 10[a] [duplicate]

c arrays

difference between &array[0] and &array when passed to a C function

c

how to realloc inner and outer array

c string memory-management

C sockets send/recv buffer type

c++ c sockets unix

Can I know whether the variable has changed its value without comparing it with previous value in a function call C?

c++ c

C function argument char * vs char []

c function arguments

How to access members of a `struct' according to a value of a string?

c string struct

Analyze valgrind output: "invalid free()"

c free valgrind memcheck

Declaration of function returning a function pointer

UDP multi client server basics

c linux udp

Get object from an object with JNI in C

C code with ncurses compiled with libtinfo dependency

c linux ncurses