Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Funny if condition in C

c++ c boolean boolean-logic

How do I scan a string up to when a certain character appears?

c

How can I work with dynamically-allocated arbitrary-dimensional arrays?

Count lines in ASCII file using C

c ascii text-files

i % 2 == 0 ? arr[i] = 0 : arr[i] = 1; Ternary operator error

Accept Numerical Values only for input using scanf

C23 auto vs C++11 auto

c declaration auto c23

C - Calling functions from external process without exported functions

In linux, why a normal process can still run while real time process doesn't exit?

Allocating a fixed character array vs. a pointer for casting to string

c pointers

GCC __builtin_constant_p always returning 0

c gcc

What are good sources of knowledge / information about the implementation of objective-C and cocoa/ cocoa-touch?

How to make sure input is a double in the C programming language

c validation scanf

How to think of bit operations for simple operations?

c bit-manipulation

Stack memory fundamentals

c stack

Starting with an empty tree, what is the complexity of inserting into Red Black Tree in big-O notation?

Defining const pointer to a const string

c coding-style

C Arithmetic Different Output

c