Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Assign a value to a variable at compilation time

c++ c gcc

How to add delay to sento and recvfrom in UDP client/server in C

c sockets

Const, static, extern and their combinations in C and C++ [closed]

c++ c

Can I send signals to different threads

c++ c linux gcc x86

Row major vs Column Major Matrix Multiplication

Checking even or odd `1` bits in a number

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