Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is int x = 'fooo' a compiler extension?

c++ c gcc

How to find the difference between two times in c?

c++ c

C/C++ add input to stdin from the program?

c++ c input stdin

Is it possible to view a binary in ones and zeros?

c

How to calculate the number of days between two given dates? (Leap year obstacle)

c algorithm

printf seems to be ignoring string precision

c printf string-formatting

Java vs C output

java c

how to untar file in memory (c programming)?

c tar

How to redirect stderr in Python? Via Python C API?

Tracking Lua tables in C

c++ c lua swig

Append formatted string to string in C without pointer arithmetic

C Programming : how do I read and print out a byte from a binary file?

c

from file object to file name

c++ c file

How can I count the number of characters that are printed as output?

c++ c

macro and function conflict in C

c function macros

C/C++ packing signed char into int

c++ c byte signed packing

Clear trailing 0's on a double?

c objective-c double rounding

Are timers supported by the Windows native API?

c windows timer

Should this C pointer be released?

c memory

checking every digit in a number for oddness

c