Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is `\` affecting the return value of printf? [duplicate]

c printf

The difference of "int arr[] = {}" and "int arr[]" in C

C Arbitrary length string

c arrays string

Why this ambiguous behaviour of "printf()"?

c floating-point printf

Which way is better to pass arrays as function arguments in C?

c arrays parameter-passing

Difference between void and float function in C

c function

Would a C compiler be allowed to replace an algorithm with another?

c optimization

Are innermost parentheses evaluated first in C?

c

A quick way to test whether all array elements are zero

c

Can you implement arithmetic operator as variables in C?

Why does Splint (the C code checker) give an error when comparing a float to an int?

c lint splint

Socket programming in C

Safe, efficient way to access unaligned data in a network packet from C

An example project for network-programming written in C/C++

developed a strtok alternative

c pointers strtok

C function seemingly not defined anywhere!

c vim

C or C++ compiler for the Tandy 1000 PC SX?

c++ c compiler-construction

Question about a C construct

c

A question about printf arguments. C/C++

c++ c pointers matrix printf

Are there conclusive studies/experiments on C compilation using a C++ compiler?