Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What aren't we using a double array?

c++ c printf scanf

How to truncate a file in FAT32 file system without zero padding in C?

c fat32

Is there a way to send data to server through SSL in collectd with its network plugin or some other plugin?

How to tell openmp not to synchronize an array

c linux gcc openmp x86-64

How to process a string char by char in the XS code

c perl perl-xs

Listing prime numbers up to 2 billion using sieve's method in C

How to check all fields in a big struct are initialized by compiler

c++ c

Purpose of the saved user ID

c linux unix

Linux C: How to know the default interface for internet access?

c linux routes ip default

Conversion between C structs (C++ POD) and google protobufs?

If I have one variable as int, and use it for calculating other of type float, why is result shown as rounded-down float?

c type-conversion printf

GNU C replacement/workaround for typeof/__auto_type applied to bit fields

c gcc bit-fields typeof

Recursive sum of an array in C [duplicate]

c arrays recursion sum

type casting in C

c++ c casting

Can functions be called before "main"? If so, what happens? [closed]

c function-calls

Strange behavior of printf when converting a pointer to a double

c linux gcc

Why does carg(-0) return -pi?

c floating-point

Why does my getop function in C return '+' correctly but not '=' when there are leading spaces?

c