Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to pass Virtually Anything To A Function In C++ (or C)?

c++ c function pointers

Segmentation fault when traversing array in c

c segmentation-fault

gcc: printf and long double leads to wrong output. [C - Type conversion messes up]

c gcc

What modern C compiler can I use to build this 1992 MS-DOS program?

c compiler-construction

Scratchbox2 returns "Implicit declaration of function getline", among other weird behaviour

Why does running this not issue a segmentation fault? [duplicate]

c memory gcc malloc

How floats are computed on a machine without an FPU

c floating-point

Const variable changed with pointer in C

c++ c pointers constants

What does the macro ((void(*)())0)() mean?

c++ c macros

if inside a switch case, to restrict cases

c++ c

Dynamic array confusion

c malloc dynamic-arrays

Ampersand and square brackets priority

How much cycles math functions take on modern processors

c math gcc assembly x86-64

The semantics of checking if conditions

c

storing pointers to line numbers of a file stored on disk in C++

c++ c

Why compilers are written in C/C++ instead of using CoffeeScript (JavaScript, Node JS)?

Why can't I change char array later?

c string

Checking if the file pointer has reached EOF without moving the file pointer?

c pointers input integer eof

How do I clear the screen in C? [duplicate]

c macos unix

Symbolic constants in C (#define statement)

c