Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Need help understanding while loops

c

Assigning character to char[x] results in segmentation fault

How to return a list of values from Lua to C and print them one by one?

c lua lua-api

EXTRA_DIST not considered on VPATH Build

Any workaround to self-referential macros in C? I'd like to append to a macro

c c-preprocessor

Why can't a defined, fix-sized array be assigned using a compound literal?

How to Print Box Characters in C (Windows)

Integer addition with overflow on a struct [duplicate]

c++ c windows winapi

Signal Handlers for Message Dialogs in GTK+ using Glade (and C)

c gtk glade

Relocation R_X86_64_32S against .data cannot be used when making a shared object (64 bit NASM + gcc)

c linux assembly nasm libc

fragment of code from the Clang documentation page

c++ c clang

How to start systemctl service in Ubuntu 16.10 with simple Daemon C code

c linux service daemon systemctl

What are the deviations between preprocessors of GCC/CLANG vs MSVC?

Struct offsets in inline assembly

sqlite3_open: "unable to open database file"

c cocoa-touch sqlite

C passing argument 1 of ‘fread’ makes pointer from integer without a cast

c

Lex program to count number of lines, characters, digits, and key words

c regex lex