Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how to create a heterogeneous link list in c or c++

Winsock C TCP Socket

c sockets tcp winsock

Sorting small numbers of elements

c++ c optimization sorting

C: Bitwise NOT on certain bit

c bitwise-operators

Public key implementation in C for Linux

getting C error: conversion to non-scalar type requested

c pointers struct

What does this typedef mean?

c typedef

By Left shifting, can a number be set to ZERO

Would it be safe to do swap by "b=(a+b)-(a=b);"?

c c99 c89

Cast a long to a function pointer?

c function-pointers c89

__inline functions vs normal functions in C

c inline c99

How to change the cursor to a watch in GTK for C?

c gtk mouse-cursor

How to store the resulting formatted C string

c

Double precision strange behaviour. Need an explanation

c gcc floating-point

FFT bin width clarification

Inconsistent sizeof behavior in C [duplicate]

c arrays sizeof

char pointer initialization in C

c string pointers char

Why should I include an header file? And how #include actually works? [closed]

c header-files

C, reading from file into structure

c file structure

Size of struct containing double field

c struct sizeof