Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is malloc() considered a library call and not a system call?

c linux system-calls

How do you set system time using C/C++?

c++ c time embedded rtos

Dynamic Allocation of huge 3D arrays

c multidimensional-array

Compiling a C Source through javacode

java c gcc gnu

carry-less multiplication optimization for ECC over GF(2^m) in MIRACL

MINIX 3 as a dns-server?

c web-services

Read NSNumber from NSData

Does gcc -nostdlib prevent explicit appending of standardlibs?

c gcc linker mingw

What differences in c/c++ language in arm and x86 architectures [closed]

c++ c x86 arm

Are Linux programs as portable as Windows programs? [closed]

c++ c linux windows portability

What's the smallest data type in C that can store the number 10,000,000?

c memory

Why does a function accept a void pointer?

How do I use toupper and tolower in C?

c tolower toupper

cmake error:Error in configuration files. Project Files may be invalid

c cmake

Headers Vs. Static Libraries

How to apply the restrict pointer type keyword in struct member arrays?

c arrays pointers c99 restrict

Does an uninitialized variable occupy memory?

c

remove all occurrences of a given number from an array in C

arrays c

Does timer_delete need to be called to delete the timer every time?

c linux timer