Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why sizes of an array and a pointer to a first element are different?

c arrays pointers

How can a static variable (static in module scope) be accessed from another module? In C

c

Why does GCC remove the whitespace between the preprocessing tokens?

Failure to get next 32 bit float value using the C/C++ nextafter/nexttoward function in <math.h>

c++ c floating-point math.h

Prevent from calling main() recursively in C++

c++ c program-entry-point

C: Malloc and Free

c memory-management malloc

use strncmp without defining size_t n

c

Formal definition of restrict fails to account for valid cases

What does line is supposed to mean?

Can anyone explain why the outputs are different in C and Java?

java c++ c

How to get spaces instead of tabs in eclipse

c++ c eclipse tabs spaces

Using OUTB to set cursor position in my minimal OS kernel causes QEMU screen to flicker

c assembly x86 qemu osdev

How to get integer input in an array using scanf in C?

c scanf

Distribute a structure using MPI_Allgather

c mpi

Is there a C-like mini-syntax/language that can be both translated to native C/C++ and Java?

java c scala code-translation

Is there a way to change how a variable is stored in memory (bit sizes)?