Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

what happens during pass by reference in C?

What does if (! variable_name) mean in c language [closed]

c

How do I remove last few characters from a string in C

c

Rounding down a float to nearest 0.5 in Objective C / Cocoa Touch

objective-c c cocoa-touch

Convert negative angle to positive: Involves invalid operand use

c++ c math

Assignment statement used in conditional operators

c

In C, how do I create a `static` array of constant size with zeroed values, but without calloc?

Running luajit object file from C

c lua luajit

can overuse in Macros hurt performance?

c++ c performance

How can I find the number of unique characters in a string?

C Pointers from Past Paper [duplicate]

c pointers

Is this treatment of int64_t a GCC AND Clang bug?

c linux gcc clang posix

Why was the ampersand chosen as the symbol for references in C++? [closed]

c++ c reference history

C multi-threading origin

c multithreading

What's the advantage of writing an OS entirely in assembly? [closed]

c assembly operating-system

See what the preprocessor is doing

c c-preprocessor

Initialising C structures in C++ code

c++ c initialization structure

Why Can't we copy a string to Character Pointer WHEN we can assign a string directly to it?

c pointers

How does C's "extern" work?

c++ c

How can I see an the output of my C programs using Dev-C++?

c dev-c++