Search code examples
Justification of storing metadata in 2 least significant bits of address...


cpointersmemory-address

Read More
Comma in C/C++ macro...


c++cmacrosc-preprocessor

Read More
How can I pass several arguments through a single void pointer argument?...


cparameter-passingvoid-pointerstype-erasure

Read More
C - determine if a number is prime...


cprimes

Read More
Why does this lookup table sine estimation perform worse when using float instead of double?...


cassemblyx86floating-pointmicrobenchmark

Read More
Implementation of __builtin_clz...


cgcccpusimd

Read More
Modern Delphi to C strings for passing to C DLLs...


cdelphi

Read More
How to compile and run C files from within Notepad++ using NppExec plugin?...


cnotepad++nppexec

Read More
Is it safe to close a duplicated token handle during impersonating with ImpersonateLoggedOnUser?...


cwinapiimpersonationhandleownership-semantics

Read More
C - Error is "free(): invalid next size (normal) "...


cpointersgdbvalgrindsigabrt

Read More
GtkTreeStore Subclass, Error When Reloading Plugin...


clinuxgtkgtk3

Read More
Elegant way to define an automatic variable with specific alignment...


carmmemory-alignmentarmcc

Read More
error LNK2005: xxx already defined in MSVCRT.lib(MSVCR100.dll) C:\something\LIBCMT.lib(setlocal.obj)...


c++cvisual-c++linkermsvcr100.dll

Read More
Is the C programming language object-oriented?...


coopstandards

Read More
Standard alternative to GCC's ##__VA_ARGS__ trick?...


cc99c-preprocessorvariadic-macros

Read More
Why is malloc returning NULL here?...


cpointersnullmalloc

Read More
What does "for (;;)" (for keyword followed by a pair of semicolons in parentheses) mean?...


c++csyntaxfor-loop

Read More
Can I programming OpenGL4+ in a card that support 2.1 only?...


c++copengl

Read More
Why is the demo program for MongoDB throwing a warning before exiting?...


cmongodb

Read More
Verifying no footprint on production code when optionally adding fault injection...


cassemblygcclinker

Read More
Pattern match using regex in C...


cregex

Read More
(C) Accessing Arrays with Indices and Components...


arrayscstruct

Read More
How to printf a memory address in C...


cpointersprintfmemory-addressunary-operator

Read More
What is the smallest number of bytes that can store a timestamp?...


ctimestamp

Read More
The Concept of the 'Main Thread' in windows api...


cwinapi

Read More
kernel mode version of OpenProcess...


c++cwindowsdriver

Read More
Is using fclose() on a pipe opened with popen() a serious bug?...


clinuxpopenfclosepclose

Read More
Equivalent to Windows getch() for Mac/Linux crashes...


cmacoscrashgetch

Read More
Why do bit operators have such low precedence in C and C++?...


c++coperator-precedencelanguage-design

Read More
How to properly read a file into an array?...


arrayscstringfile-handling

Read More
BackNext