Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why can my program open COM1 but not COM11?

c serial-port

Knowing the size of a C function in the compiled objectfile

Is there a way to check if a file is an SQLite3 DB?

c sqlite

command line argument and file input C

How do I print the last element of an array in c

c arrays

C struct error "pointer to incomplete class type is not allowed"

c linux pointers struct

Can a single pipe be connected to and read by multiple processes?

Writing a plugin system?

c++ c linux plugins posix

How to stop file names/paths from appearing in compiled C binary

c binary firmware iar

initialization makes integer from pointer without a cast [enabled by default]

c

Way to print out compile-time -calculated constants

c gcc microcontroller

Floating point library for embedded application

c embedded floating-point

Deadlock (fork + malloc) libc (glibc-2.17, glibc-2.23)

c deadlock libc

why math.h have pow() return double and not int

c

Is pointer arithmetic still well defined after casting with alignment violation?

Need help figuring out parameters of __isoc9_scanf()

c scanf disassembly

Get the amount of memory allocated by malloc

c malloc

how should I call an external program from inside a C program

c

Where is allocated my memory in a dynamically loaded library?

What exactly happens when you create a pipe after a fork() command?

c