Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Question on Getcontext function

c multithreading

can size of array be determined at run time in c?

default parameters in function call in C

should I use fseek SEEK_END [duplicate]

c fseek

Building a GUI with GTK in C, is everything possible with the basics Widgets ? Or should I build a custom one?

c gtk

Why does arithmetic operations on (more than) three unsigned chars always trigger a warning when using -Wconversion?

c gcc gcc-warning

Bochs (2.4.6)/GRUB (0.97) "Error 13 Invalid or unsupported executable format" when passing char string in C function call

Should I use #include <file.h> or "file.h"?

c include

What do we iterate through when using pointer to an array? [duplicate]

c++ c arrays pointers

How to embed an integer in a macro string? [duplicate]

c macros stringification

Can __attribute__ ((packed)) create a 1-bit struct when the only member is a bit-field?

c++ c gcc attributes

Clean and type-safe state machine implementation in a statically typed language?

Writing to both stdout & a file

c file stdout

Regarding stdio.h

c header-files

What's the difference between printf and printf_s?

c printf

Auto-vectorize shuffle instruction

c sse avx2 auto-vectorization

C / C++ MultiDimensional Array Internals

c

How to calculate the length of a string in C efficiently?

c string performance

How do I get a bright white background color with ncurses?

c ncurses