Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C: creating an archive file header

c

Data Structures and Algorithm Book for C [closed]

c

Functions and arrays

c

Creating a file of arbitrary size using Windows C++ API

c++ c createfile

C/C++ enum and char * array

c++ c enums char

Why these three ways are different in C code?

c

2-color dithering

c algorithm dithering

compile with GCC -O2 option generate different program

Given a double, need to find how many digits in total

c double digits

console out in multi-threaded applications

c++ c multithreading logging

Critical loop containing many "if" whose output is constant : How to save on condition tests?

c++ c optimization gcc g++

Passing addresses to functions in C

Simple bitwise manipulation for little-endian integer, in big-endian machine?

How to generate a set of points that are equidistant from each other and lie on a circle

c geometry

Case-Label question in C/C++

c++ c label case

C Parser in C# or generally .Net [closed]

c# c parsing

elapsed time in C

c time elapsed

why is there a SIGFPE?

"lvalue required as unary '&' operand" in accept() socket system call

c sockets compiler-errors

Declaring,initializing and using a global variable in same header file

c