Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Purpose of integer literal suffix in left shift

how does work setvbuf() in C [closed]

c

Is there a way to return POSIXct object to R from C?

c++ c r

Pointers and enum in C [closed]

c++ c enums

Pointer Assignment, malloc() and free() in C

c pointers malloc free

How can I obtain the IP address of my server program?

c unix sockets

Is there any way to get MSVC to pass structs arguments in registers on x64?

c++ c compiler-optimization

whats the biggest number that is smaller than FLT_EPSILON?

Usage of Mutex across processes

c windows winapi process mutex

Question about ubuntu gcc compiler

c gcc ubuntu compilation gcc3

warning: conversion to 'unsigned char' from 'int' may alter its value

c++ c gcc warnings

False position method reached the MAX iterations limit

c numerical-methods

Matching an exact word using in c

c strstr

Symbol used in printf

c unicode printf

How does the CPython Interpreter handle OOP

python c oop cpython

How many times will this string be printed?

c

C parser for mathematical expressions with one variable and save it into a function

c parsing

What is the precise relationship between C and it's abstract machine?

c language-lawyer

Does Windows have a __declspec equivalent to Unix GCC's __attribute__((weak))?

c windows unix macros mingw