Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there a way to redirect stderr to a file that works in bash, csh and dash?

c bash csh

Is it acceptable to use rand() for cryptographically insecure random numbers?

c random

Compiler changes printf to puts

How do I call C++ functions from C?

c++ c

Is there a formula to find the numbers of bits for either exponent or significant in a floating point number?

How to check if int32_t number can fit in int8_t and int16_t?

c++ c clang

Hexadecimal representation of a negative signed 8-bit integer

c hex printf

Register allocation rules in code generated by major C/C++ compilers

Standard C or Python libraries to compute standard deviation of normal distribution

XML APIs in C?

c xml api

How to automatically generate C header file using CMake?

c header cmake

How can I use pointers to display strings in an array?

c pointers string

C++ dll in C program

c++ c dll

How do we shift from protected mode to real mode in Linux 2.6?

size_t,key_t,time_t etc

c linux

printf("%d %d %d\n",++a, a++,a) output [duplicate]

c printf

How do I read hex numbers into an unsigned int in C

c file copying

How do I write a function to permanently change a passed string

c string function

Remove preceding spaces and tabs from a given string in C language

c string tabs spaces

What exactly does "ar" utility do?

c unix