Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

compare strings using sscanf, but ignore whitespaces

c scanf

Exercise: Using pointers cross-function in C Language returns error "invalid type argument of unary ‘*’ (have ‘int’)" [closed]

c pointers

using repeated field rule in a message with nanopb in c

c protocol-buffers nanopb

Can i write preprocessor directives anywhere in my c program?

c c-preprocessor

C4996, fopen deprecated: Why? (NOT: How to suppress) [closed]

Bitshifts canceling out instead of expected behavior [duplicate]

Am I allowed to choose to disable these two MISRA rules: one statement per function and mandatory function prototypes?

c misra

Linked list implementation mistake in C

c

Ending a Loop with EOF (without enter)

c linux windows eof

Initialise struct pointers in a function in C

c pointers struct

Macros expansion using ## operator

c macros expansion

Parallelize while loop with OpenMP

Reading shared data inside a signal handler

Does mmap with MAP_NORESERVE reserve physical memory?

c linux gcc x86-64 mmap

Gtk-Critical **: gtk_widget_show assertion GTK_IS_WIDGET(WIDGET)

c windows gtk

How to monitor a folder with all subfolders and files inside?

c++ c linux monitor

weird bracket & macro syntax in c

c arrays pointers macros

When is sizeof(myPOD) too big for pass by value on x64?

c++ c x86 64-bit x86-64

Macro or function to construct a float (double) from a given sign, mantissa and exponent?

c++ c floating-point double

Can a C struct be defined multiple times?

c struct