Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to convert byte to int?

c arduino

How can I check if SQLite database is open in C/C++

c++ c sqlite

Run a C executable in another distro

c linux gcc cross-platform gsl

Does C99 mandate a `int64_t` type be available, always?

c 64-bit language-lawyer c99

What are the benefits and situations that call for transparent types?

c types

Jump directly to certain parts of a function

c assembly x86

Formatted elapsed time in C

c time c99 strftime

How can I extract C/C++ functions, methods, and variables in VS Code?

c++ c visual-studio-code

C - Signedness when adding raw bytes

c bit-shift signed

What's wrong with gdb and stdout?

c segmentation-fault gdb

Wayland client get compositor name

c linux wayland

struct epoll_event memset or no memset?

c linux epoll

Is there a way to tell the clang analyser that a function returns malloc()'ed memory?

c clang

Is relying on integer promotion a bad programming practice?

Efficient floating point modulus one in C (fractional part of a float)

c x86 floating-point modulo fpu

Does function overloading work in C? [duplicate]

c overloading

string to integer

c

Program call delay - C & Linux

c linux beagleboneblack

Not able to run unit test in visual studio 2013

c# c++ c visual-studio

When to use uint16_t vs int and when to cast type [duplicate]

c