Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it required to include <errno.h> to use perror?

c language-lawyer errno

Will using extern C keyword for a specific header in C++ allow for conversion from void* to char*?

c++ c

Postgresql corrupt data in input function of custom base data type

c postgresql sql-function

parsing ip adress string in 4 single bytes

c parsing pic18 mplab-c18

Performance of 4 Times an Add Operation vs. 2 Times a Multiplication Operation Added Together in C

c performance

How to know if an IntegerLiteral comes from a decimal or octal representation with Clang?

c++ c clang

Code completion plugin for c programming in Vim

c vim plugins code-completion

Recursively search for a file in all subdirectories on Linux

c linux search directory

Confused with the usage of double pointers insertion of nodes in a Binary Tree

Force memory ordering

c order-of-execution

Is the main function callable in C++ or C [duplicate]

c++ c c++11

Strange strncpy response

c string strcpy strncpy

extern variable prototype: comparison of array not equal to a null pointer is always true

Can someone explain why printf("%s", str + str[0] - str[3]); works in C?

c c-strings

What does the test “if (i && (i- 1))” mean?

variable memory location with ampersand vs pmap

c memory

Name this data structure?

c data-structures

When to malloc for structures and "create" functions in C

c pointers memory struct malloc