Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

get file size with ifstream::seekg and tellg

c++ c

Optimizing a CUDA kernel with irregular memory accesses

c++ c cuda gpgpu nvidia

How do I clear the whole contents of a file in C?

c file file-io file-handling

Is calling a C function with extra arguments portable?

c

Popular use of Dynamic memory allocation

Why 2 stars when passing pointer to a string to a function

Alternative to -pg with Clang?

c gcc profiling clang gprof

Detect process exit on OSX

c macos

How to initialize unsigned char pointer

Unpermitted operand to operator '>>' and '&' (MISRA C)

c embedded misra

C client for socket.io

c websocket socket.io

strange behavior of scanf for short int

c scanf undefined-behavior

What if we change the number of hops of slow and fast pointer while finding the loop in a linked list

Why is a function declared near the top of a source file?

c kernighan-and-ritchie

What is (void)(p) doing here? [duplicate]

c

Display degree symbol in Arduino OLED

c arduino

How to get precise struct size using Python 'struct' module

python c python-2.7 struct

How are string literals compiled in C?

c

Reverse op for GetKeyNameText

c windows winapi scancodes

How can I manage a cache texture in OpenGL?

c opengl caching fonts textures