Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to check a TCP port with Cocoa OSX SDK [closed]

objective-c c xcode macos cocoa

VC++: fprintf error in release mode

Assigning structs

c

Wait for file removal after close

Creating an array of null-terminated string arrays, where most string arrays are static

Sending a multidimensional array through pipe from child proc to parent

c pipe

Code giving compilation error in C99 mode [duplicate]

c c99

Using a C #define variable as an #include

c c-preprocessor

How to prevent GCC warning that function has no return when inline assembly?

c gcc x86 inline-assembly

initializer element not constant?

c pebble-sdk

Assign member address to other member in struct

c pointers struct

segmentation fault in linux (socket programming (TCP) in C)

Is it possible create a "variable" header guard name in C?

c header c-preprocessor

[Visual Studio Code]: Run task on save

Class diagram code-generators for ANSI-C in Eclipse

How do I write the 4 bytes of an int32_t to a binary file in big-endian order in C?

c endianness

Does there exist a way to do small fixed range multiplication efficiently?

c++ c optimization

How does a compiler choose which function to link?

c linker

Unable to compile GTK4 on Fedora with Hello World example Despite having all the requisite packages

c fedora gtk4

How do I output a 64bit number on Arduino if its libraries have 32 bit restrictions? [closed]