Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

The named loop idiom : dangerous?

c++ c

Memset enum array values not setting correctly (C/C++)

c++ c arrays enums memset

Using a typedef as a variable name not generating any error

c++ c data-structures

PIC18F25K80 sending string through USART not working

c string pic uart pic18

Pattern with bitwise operators

c: strtod: double pointer vs. reference to single pointer

c pointers