Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

GetFirstChild in win32?

c winapi enumeration

Solve equation from string to result in C

Freeing the head node of linked list

c memory linked-list malloc

Reading big files sequentially

c++ c linux io

The last "if" statement is not working when I run the program

c loops for-loop break

Compatibility between structs with differently const-qualified pointers

Sending string (of characters) to active window

c++ c x11 keyboard-events

Determine UID that last modified a file in Linux?

c linux inode

OpenGL - Rotating moon around sun without it spinning?

c opengl math 3d geometry

Call c function from python wouldn't work

python c ctypes

How to sort a struct of a pair of integers using quicksort?

C code to convert EBCDIC printables to ASCII in-place

c ascii ebcdic

When compiling using -std=c99 do I need to use -pedantic or -ansi?

c gcc

Iterating through elements in an array by memory address. (C)

c pointers

Is this function considered as re-entrant?

C function that only returns input parameter

c compiler-optimization

warning: overflow in conversion from 'long long unsigned int' to 'long int' changes value from ........ to .?

c

Header files recursion in C

c struct header

Can we use single malloc() block to represent two different types?

c malloc