Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

Is there a way to use arrays in switch statement case (C)?

arrays c switch-statement cs50

I do not understand what exactly is dynamic memory allocation

Why is the strlen here equal to 25?

c printf c-strings fgets strlen

In what conditions is one comparison for "if" and "if-else" at С as at assembly?

Usefulness of void pointer in C and C++

c++ c pointers templates void

Macro that expands to value or empty, based on boolean argument

c

Why do I get an excess element warning in this tagged union in gcc C?

c gcc