Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Converting C "FOR" loop to Delphi

c delphi for-loop

Setting the scope of a MACRO

c macros

How do you understand mlockall man page?

c linux

Line of C code causes a segmentation fault on a completely irrelevant line of code

How does the random number generator work in C?

c random generator

How can I get a hostname from an IPv4 address in C?

Packing two 8-bit values

c arrays type-conversion

What's wrong with my code? What is argv[1]?

c pointers argv

Where to place and how to include dll files in c++ project?

c++ c dll cairo

Porting C struct to C#

c# c pinvoke

Synchronizing sibling processes using Pipes

c linux unix pipe ipc

How to get the session id of the session associated with a terminal?

What %qu format stands for in printf()

c

Emulating a packed structure in portable C

Using 2-dimensional char-array with a function

c arrays function

Multi-threaded udp server/client

c udp fork

how to debug make

c debugging makefile

How to tell whether a font is monospace using GTK and Pango?

c fonts gtk pango monospace

Aho-Corasick algorithm with C language