Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Set 8th bit if all lower 7 bits are set without branching

List files in directories using Glob() in C

c linux unix path glob

Is it possible to use fork without exec if both processes are executing the same program?

c fork exec

MAC 10.7 : Where is the gl.h file? [duplicate]

c macos opengl webots

Stringify C preprocess

What am I misunderstanding about char**?

c pointers char

Eclipse Juno CDT running in Linux - it does not give me any toolchain

c++ c eclipse eclipse-cdt

Power On Self Test

How to change processor stack?

How to use fprintf for writing data to a file

c

Given a pointer,how does gdb get its type?

c gdb

Problem in a program to convert upper case string to lowercase using function in C

c string function

clang makefile "ar: no archive members specified"

c gcc makefile clang unix-ar

What is the effect of x=x++;? [duplicate]

c

find unique values from a large file

write function requires unistd.h on Unix, what about windows?

Use #define preprocessor directive in a weird way

c c-preprocessor identifier