Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Runing a makefile list of target with wait

c linux makefile gnu-make

Pulling the last 128 bytes off a binary file with C

c struct io id3

How gcc linker works in including files

c gcc linker linker-errors

Create a string array with Characters in C

c string char

Function call missing from C stack trace

c++ c debugging gcc stack-trace

c/c++ flock as mutex on linux not robust to file delete

c linux

Proper use of readline in order to display history

c history

Any way to check if a bool** pointer to pointer contains a true value in C without loops?

ios c pointers optimization

Union - How do you know which union parameter is in use?

c unions

how to read more than one word between double quotes from a file in C

POS terminal Application Development - SDK, programming languages, patterns, IDEs [closed]

c++ c gcc sdk terminal-emulator

Different function pointer syntax(s) as an argument to another function

c++ c syntax function-pointers

Wrapping a C command line executable in a standard Android application

android c native

Is it possible to create a struct whose size is not known at compile time?

c memory data-structures

How can a simple assignment cause a segmentation fault?

c

error: unknown type name struct

c

Precompiled header is from previous version of compiler

Does gcc initialize long strings to `""` but not short ones?

c gcc undefined-behavior

Character constant too long for its type (fgets)

c arrays