Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is memory management in different languages similar enough to transfer my knowledge?

Respond to only the first WM_KEYDOWN notification?

c windows winapi notifications

C if condition not working as expected

c syntax

Some memory seems to be left allocated after malloc() and free()

help on typedefs - basic c/c++

c++ c

Algorithm to find the duplicate numbers in an array ---Fastest Way

c algorithm

C program to remove repeated char from a string

c

Why is strtok causing a segmentation fault?

c string segmentation-fault

What sorting algorithm is this?

c++ c sorting

set integer value as bit mask

c

C: using a lot of structs can make a program slow?

c performance struct

why is strtof is always evaluating to HUGE_VAL?

c

HTTP stack in C

c http

Is this a double free in C?

c free

which is the best way to generate choices out of a given set of numbers?

c++ c algorithm

Using the C preprocessor to effectively rename variables

c variables c-preprocessor

Why Floating point numbers cant be compared? [duplicate]

c++ c floating-point

Conditional Using Bitwise Operators

c bit-manipulation

In C, if this isn't an address constant, what is it?

c c99

What is the output of the following code?

c