Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Valgrind Errors on Mac OS X for printf a double

c macos valgrind

Linked list traversing with and without the next field

c linked-list nodes traversal

Analog GCC '-ffshort-double' in Clang

c gcc clang

Lock Free stack implementation idea - currently broken

c stack lockless rcu aba

C: How to compile an header included in another header with makefile?

c makefile header-files

Int array empty - C

c arrays string strcmp strcpy

malloc memory corruption, fopen

c sockets udp malloc fopen

can flockfile function be used for process

c multithreading process

C Replace one character in an char array by another

c arrays string replace char

What kind of c function is this?

c function construct

Conversion from string literal to char *

c++ c c++11

C : If as I understand 0 and '\0' are the same, how does the compiler knows the size of an array when I write int my_array = {0};?

c initialization

C - Should a function return something especially in main() declaration? [duplicate]

c program-entry-point

How to write to specific offset in empty file

c linux file

How do I convert ISO-8859-8-i to UTF-8?

c unicode iconv

how to stop the pre-compile in C?

Create a windows service from a compiled app

c++ c windows service

n numbers are arranged in a circle. We need to find the maximum sum of consecutive nos