Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is the function strcpy always dangerous?

c security

Undefined Reference to a function

union for uint32_t and uint8_t[4] undefined behavior? [duplicate]

What's the point of making a new typedef for each variable?

c++ c typedef

C floating point precision [duplicate]

fopen not work with XCode

c text-files

Why does C not offer syntactically transparent references like C++ and Java do?

c language-lawyer

C/C++ optimize data structures, array of arrays or just array

c++ c arrays

Is it still worth trying to create optimizations for sqrt() in C?

c performance optimization

sizeof(int) <= sizeof(long) <= sizeof(long long) always true?

c types primitive-types

Why before ALL functions (except for main()) there is a 'static' keyword?

c static

How do I specify what function to export from .so library, when compiling the C code?

c

unsigned int and signed char comparison

reading a string from a file

c

C program to find direction of stack growth

c stack

Very very basic query on programming in C -- displaying int value

c int

C - Pointer + 1 Meaning

c arrays pointers

Difference between SomeClass **ptr; and SomeClass *ptr;

c++ c

Error: Label used but not defined when using && operator [closed]

Compound condition in C: if (0.0 < a < 1.0)