Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in gcc
C multi-line macro issue: why not use if(1){...} instead of do{...}while(0) in multi-line macro definition
Apr 02, 2026
c++
c
gcc
How should I get gcc to realign the stack pointer to a 16-byte boundary on the way in to a function?
Apr 01, 2026
gcc
x86-64
mingw-w64
memory-alignment
stack-pointer
why does gcc auto-vectorization for tigerlake use ymm not zmm registers
Apr 02, 2026
c
gcc
avx
avx512
auto-vectorization
How to set gcc -E depth (preprocessing level)?
Apr 01, 2026
c
gcc
c-preprocessor
why stack overflow attacks (modifying the returning address of a function call) caused segmentation fault in `_int_malloc`
Mar 30, 2026
assembly
gcc
x86-64
function-call
stack-smash
How to make Python and distutils use the right SDK on Mac OS X?
Mar 30, 2026
python
macos
unix
gcc
distutils
Brew install git fails
Mar 29, 2026
macos
git
gcc
homebrew
__typeof variables and printf
Mar 31, 2026
c
gcc
printf
Nested struct inside constexpr function, compiles in clang, fails in gcc
Mar 30, 2026
c++
gcc
language-lawyer
constexpr
clang++
Can't Create a const Member of std::pair in gcc
Mar 30, 2026
c++
gcc
constants
std-pair
Calling G++ from C# Program
Mar 31, 2026
c#
c++
batch-file
gcc
Couldn't build llvm with gcc on archlinux
Mar 31, 2026
c++
linux
gcc
llvm
archlinux
Which gfortran compiler flag is associated with the warning "Illegal preprocessor directive"?
Mar 29, 2026
gcc
fortran
gfortran
gcc-warning
Allocating through a pointer to a pointer parameter
Mar 30, 2026
c
pointers
gcc
malloc
void-pointers
Why is some_statement;;;; valid in C++? [duplicate]
Mar 30, 2026
c++
gcc
c++11
g++
Why doesn't clang++ compile the same file as g++ do?
Mar 29, 2026
c++
gcc
c++11
clang
Why do std::vector<T> v{1, 2, 3} and std::vector<T> v = {1, 2, 3} call different constructors, when T implicitly converts from int?
Mar 30, 2026
c++
gcc
constructor
overloading
initializer-list
Older Entries »