Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Continuous speech recognition pocketsphinx from microphone

C code for ignoring the enter key after input

c user-input stdin enter

Remove channels from PCM

c audio pcm

What type-conversions are happening?

Are there standard restrictions on C++ features? [closed]

c++ c

Algorithm for generating normally distributed random values in C? [duplicate]

c algorithm statistics random

sizeof: Operator or Function? [duplicate]

c sizeof

Why is atoi giving me a segmentation fault?

c segmentation-fault atoi

usleep() in objective c code

Why won't this small function(drawing a circle in opengl) compile in c?

c math opengl

Is writing to tape drives any different? (Plain C and Objective-C)

objective-c c

Simple c malloc

c malloc

How to get a timeout to work when connecting to a socket

c sockets timeout nonblocking

Debug Assertion Failed (file_name != nullptr)

c visual-studio-2015

memory leak questions about c programming

c memory-leaks

Scope of a function when defined within another function

How do I use malloc() to allocate memory to store an array of strings?

c arrays string pointers malloc