Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Printing leading spaces and zeros in C/C++

c printf

How to detect how long a button was pressed in Arduino?

c arduino atmega

Freeing malloced structure in a function

c pointers malloc free

Enable/Disable LOG levels using C Macro

c macros

My N-body program runs 100x slower when coded in Julia vs. when coded in C, why?

c optimization julia

free won't delete memory allocated to the pointer (int array), using free twice works, why?

Finding the largest and second largest number

c

Copying a decoded ffmpeg AVFrame

c++ c ffmpeg

How can I concisely assign to the members of a struct depending on a condition?

Difference between sizeof(char) and sizeof(char *)

c malloc sizeof

Any functional difference between (*p)->some_var and *p->some_var

c

How to use #ifndef with macro argument?

c++ c c++11 macros

What does the [x,y] symbol mean in a multidimensional array access? [duplicate]

Not able to understand what this C function does

c pointers

C - Why variables created in a loop have the same memory address?

c memory memory-address

How do I write a console application in Windows that would minimize to the system tray?

c++ c windows visual-c++

Does this code remove a file extension?

c++ c

How can I find out which library is home to a given object?

c unix linker fortran sgi

How does one calculate 2 ^ -18 using GMP?

c gmp

How can I buffer non-blocking IO?

c io nonblocking buffered