Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to get RF/NV items from Android, Qualcomm devices?

java android c++ c qualcomm

Does C internally use Karatsuba algorithm to multiply two integers?

c algorithm multiplication

Why GCC warns when casting an uninitialized volatile pointer to `void`?

Convert any variable to string in C

Initializing struct using designated initializer in embedded C. "Expected an expression"

c struct initialization keil

How can i make my program testing goldbach hypotheis optimize in less than 5 sec

c compiler-optimization

divide the window to display a software, always on top

c# c++ c windows windows-7

Is polling for a lock a correct way to implement critical sections?

c locking critical-section

Halt app execution immediately

objective-c c cocoa

Is there a way to test for end of file in less than 3 syscalls?

c linux file-descriptor

What is difference between calling isdigit(c) and isdigit(c&0xFF). Masking the isdigit "&0xFF"

c bitwise-operators mask

Position of const keyword [duplicate]

c

How do I create a --help option in a command-line program in c/c++? [closed]

C weird behavior when dividing two floats

c arduino esp32

Anyway to get the argument that isn't an option unix C

c getopt

Two words in a string from text file

c

Pointer arithmetic and 2-D array in c?

problem writing bitmap file header in C

c file-io bitmap binaryfiles

What is the difference between symbolic constant and macro in C?

c