Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Explanation what for(i=0;1;i++) does in C?

c string for-loop file-io

CUDA same function for CPU and GPU [duplicate]

c++ c cuda gpgpu

Why the following do-while loop is valid?

c loops do-while

How does the increment operator work in an if statement?

What is the use in & and && operator in the following program?

c

is it safe to subtract between unsigned integers?

c

scanf can't scan into uint8_t

c

Memcpy Char Pointers

c++ c pointers char memcpy

Find out max & min of two number without using If else?

Efficiency of fopen, fclose

c performance for-loop io fopen

What does sizeof(int) return in this case?

c++ c sizeof turbo-c++

PyImport_Import fails - Returns NULL

python c++ c

return struct from a function and memory allocation

c++ c

How to print the "%" character with printf [duplicate]

c++ c

Printing leading spaces and zeros in C/C++

c printf

How to detect how long a button was pressed in Arduino?

c arduino atmega

Freeing malloced structure in a function

c pointers malloc free

Enable/Disable LOG levels using C Macro

c macros

My N-body program runs 100x slower when coded in Julia vs. when coded in C, why?

c optimization julia

free won't delete memory allocated to the pointer (int array), using free twice works, why?