Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to create an embedded text input box in win32 windows

c++ c winapi dialog textinput

Call constructor for object array allocated with malloc() [duplicate]

How to Compile a Ruby C Extension and link libcurl on Windows

Lattice Reduction

How to get the value from a table within a table with Lua?

c++ c lua

Win32 C++ ListView WM_CONTEXTMENU Issue

c listview winapi win32gui

How does the program wait for incoming connections once it goes past listen()

c sockets

UNIX TCP/IP :read: Transport endpoint is not connected read: Transport endpoint is not connected

c linux sockets tcp

Why am I getting an unaligned memory access fault? [Cortex M4]

c

Endless while loop when input a string to a variable that expected integer value

c while-loop integer scanf

How does "transfer/casting" between 2 structs that have different structures works in C?

c sockets

Epoch time to YY, MM, DD, DOTW, HH, MM, SS, covertion formula

c

Operator * and + produces wrong result in digital mars

c

CRC bit-order confusion

c language-agnostic crc

Sending floating point number from server to client

Guaranteed yielding with pthread_cond_wait and pthread_cond_signal

Non-traditional uses of switch statement

c switch-statement

what does casting a pointer 'actually' do under the hood?

c pointers

What is CLK_PER_SEC?

c