Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Using libvlc on android with NDK

c sockets android-ndk libvlc

warning: conversion to 'u8int' from 'int' may alter its value, etc

c

Send raw binary data over C socket?

c sockets networking

Scanning strings with fscanf in C

c string file scanf

How do I parse a string in C?

c

What Happens when main() function does not return zero

c operating-system

Equality operand behavior for unsigned and signed types [duplicate]

c++ c

Why server socket gives port no which is different from bound port no?

fibonacci series gone wrong?

c

Simple password compare using crypt in C

c unix cryptography

an array of size 37

c linux macos posix

Renaming (aliasing) array elements C

c++ c

_THIS_IP_ macro in linux kernel

c linux-kernel

Anyone explain left value and right value in Assembly language level?

c++ c lvalue

Passing multidimesional array in C/C++

c++ c arrays

function call in C [duplicate]

c function

Running valgrind on project compiled with autotools outputs multiple heap summaries

memory and efficiency difference between normal array declaration and array declared inside a structure

c declaration performance

Can members in a structure be initialized to a value?

c struct initialization

How can I tell if a double precision floating point number can be safely stored as a single precision one? [duplicate]

c++ c floating-point