Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

When to allocate memory in C?

c

Initializing C char array using curly braces, is it okay to omit null byte '\0'?

c character-arrays

can i use c++ compiler to compile c source code? [duplicate]

c++ c compiler-construction

C - how to test easily if it is prime-number? [duplicate]

c

How to calculate convex hull area using openCV functions?

c opencv

C: `Turn on debug messages

c debugging messages

Why do we include stdlib.h?

c

Enums in Objective-C VS C

objective-c c enums

get code line with __LINE__

c++ c macros

How does this line of code work?

c++ c memory pointers

"struct a a1 = {0};" different from "struct a a2 = {5};" why?

c struct

Pointer value of *x &x and x

c pointers

Building a date string in c

c

Do I get a performance bonus if I try to use arm math assembler commands instead of c

android c assembly arm

how could we know this is the last element in the array?

c arrays

Why can an array receive values more than it is declared to hold

c arrays undefined-behavior

How does extern work?

c++ c extern

Generating random number within Cuda kernel in a varying range

c cuda gpgpu

Why does this segfault in C?

c

Why do some WinAPI functions need sizes of structs passed as their parameters?

c windows winapi