Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Wait only 5 second for user input

c

Windows CreateFile Possible Error Codes

c++ c windows file-io

Assigning a pointer returned from a function

How a program become independent of OS?

c opengl

Declaring several new counters in a for loop

c++ c stl

Interlinked struct and callback in C

warning: implicit declaration of function ‘getresuid’ (and ‘seteuid’)

How to prove while/for in Isabelle/HOL

c loops while-loop isabelle

Strtok to separate all whitespace

c string strtok

Why this piece of code results infinite loop

c

why first part in a label should be statement? and why not declaration?

c linux gcc

Display all frame variables for every step in lldb

c gdb lldb

Linux kernel: schedule() function

How does c compiler allocate memory for structures?

c

is it possible to run 64 bit code in a machine with 32 bit processor?

Is calling CloseHandle required?

c++ c windows winapi

Can you round a value to 2 decimal places in C?

Dynamically allocating memory for const char string using malloc()

C - How to ENSURE different random number generation in C when program is executed within the same second?

c unix random seconds

What is a concept behind using extern in c/c++?

c++ c extern