Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

about getchar function in C

c

How does `*(*(p+1)+1)[7]` equal `p[1][8][0]`?

c pointers

C - Why is my function returning NULL?

MPI: Canceling Non-blocking Send

c parallel-processing mpi

C function to remove all uppercase characters

c string char uppercase

call by reference, const correctness and read write access to referenced structures - Undefined Behavior

Cache Simulator

c caching

What does the compiler at casting integer constants?

c casting integer constants

Executing performance gap between GCC and Clang

c gcc clang

weird difference between int pointer and float pointer

Why do they want an 'unsigned char*' and not just a normal string or 'char*'

c++ c hash

Linked List returns values in wrong order

c memory-leaks linked-list

Only updating the displayed time elapsed when the time change in C

c

Can't understand error in this program for checking automorphic no.?

c++ c

how to assign a value to a string array?

c string

Method/Function Breakpoints in Eclipse CDT

c eclipse debugging gdb

structure type and variable name

c

Compiling both C and CPP source in a single makefile target

c++ c makefile gnu-make

I'm losing 2's powers in IEEE754 multiplication

c++ c double precision ieee-754