Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why I encounter a NULL terminating character at start of a string when I go backwards through it?

scanf inside while loop working only one time

c while-loop scanf

void * usage for function formal arguments

c

Is there an user-level accessible font table present in Linux?

c linux fonts

How do arrays work inside a struct?

c arrays pointers struct

Dispatch Table in C++

c++ c dispatch-table

Best way to implement bit shifting over a block of memory

Program is crashing because of scanf_s in Visual Studio Ultimate 2013

c visual-studio scanf dev-c++

How to access .so library from nodejs application

c node.js .so

Accessing COM interface from C or C++ in Windows environment

c++ c windows com

Tutorial for tile based side scroller game-play? [closed]

c++ c

What is the best way to use pthread and mutex lock to protect a memory when it is modified by one thread and read by other threads?

when explicit pointer type cast is needed?

c++ c pointers casting

How to position asterisk near to variable name when declaring pointers in C in vscode auto formatting?

find errors in C function [closed]

c

C to Assembly, per-instruction translator [duplicate]

c debugging assembly

Possible Bug in GCC Sanitizers?

c gcc clang sanitizer

Simple but specific array compiling error (C)

Need some advice on C header inclusion

Passing array to a function

c arrays