Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Odd OpenGL behavior when drawing a cube

c opengl 3d glut depth-testing

Can I stop(pause) pthread execution using pthread_kill

c pthreads sigkill

Valgrind (below main), how to get full stack trace?

How can I wait on an I/O completion port and an event at the same time?

c++ c multithreading winapi iocp

REST client library in C

c rest

Sockets on Ubuntu (operation not permitted)

c linux sockets ubuntu

C++ read()-ing from a socket to an ofstream

c++ c sockets

In C and Objective C, should we almost never cast a float or double value to integer just using (int)?

Generate version ID of struct definition?

c gcc clang

OpenGL: Vertex attribute arrays per primitive?

c opengl

JNI_CreateJavaVM fails in 64bit C

Detecting small circles with OpenCV (bad image quality)

writev on windows

c windows unix file-io

stdio error detection: ferror versus fclose

c language-lawyer stdio

Fastest way to multiply an array of int64_t?

Semicolon at the ends of if-statements and functions in C

c

C: Get substring before a certain char

c string char

What are alternatives to malloc() in C?

c embedded malloc

Efficiency of CUDA vector types (float2, float3, float4)

c cuda thrust

If char*s are read only, why can I overwrite them?