Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Hamming weight ( number of 1 in a number) mixing C with assembly

is it worth it to compile a C program and run it instead of PHP page?

php c

Miller-Rabin deterministic primality test (C)

c primes primality-test

Can a function return an argument that is a restrict pointer?

What is the difference in atomic_load() and assignment?

Is there a less-space taking way than using sprintf to format floats to strings?

c printf microcontroller

Right triangle using recursion in C

c recursion char

MIPS Cross Compilation on Travis

USB HID multitouch serial reporting

c windows arduino usb hid

Wrapping a C lib with extern "C" except an internal C++ include

c++ c name-mangling

raylib's DrawTextEx doesn't display unicode characters

c unicode raylib

Is a file descriptor (fd from open in C) same as its process id?

c linux file process

Does compilation of a program store some data in cache before execution?? (C, Linux)

Error while loading shared libraries, cannot open shared object file: No such file or directory (hiredis)

c gcc makefile redis hiredis

C - the typedef function used as a pointer in the argument of another function [duplicate]

c function-pointers typedef

Printing a wchar_t gives weird output

Extract numeric value from an alphanumeric string without using any predefined function

java php c++ .net c

Comparison between unsigned int and int without using cast operator

Difference between the headers ncurses.h and curses.h

c++ c ncurses difference curses

Is it a memory leak in the following C code?

c memory-leaks