Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

A C structure accessed in Java

java c cross-platform struct

Find the longest repeating string and the number of times it repeats in a given string

c algorithm

Reading characters on a bit level

c binary bit-manipulation

How do you fill an array with strings in C?

c

File descriptor limits and default stack sizes

c

Aligning doubles on 8-byte boundaries?

c++ c performance stack d

Pointer arithmetic and arrays: what's really legal?

Cannot run c graphics programs

c turbo-c bgi

Reading In A String and comparing it C

c string

How to tell where I am in an array with pointer arithmetic?

c pointers

What is weird about wrapping setjmp and longjmp?

c gcc exception-handling

Can I get the amount of time for which a key is pressed on a keyboard

c++ python c linux unix

Thread-safety of read-only memory access

c thread-safety pthreads

leak in fgets when assigning to buffer

c memory-leaks fgets

virtual function == function pointer?

c syntax virtual-functions

Using C struct without including header file

c struct external header-files

initializing a structure

c

printing uid of a file on linux system

c linux

Programming Games for iPhone

c++ iphone c objective-c

Fastest way to calculate cubic bezier curves?

c++ c algorithm graphics vector