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 translation-unit
c++17 inline + thread_local vs thread_local
Apr 08, 2022
c++
c++17
inline
thread-local-storage
translation-unit
inline function in different translation units with different compiler flags undefined behaviour?
Jun 18, 2022
c++
language-lawyer
one-definition-rule
inline-functions
translation-unit
C: clarification on translation unit
Jul 26, 2021
c
translation-unit
Will instantiating templates in precompiled headers reduce compile times?
Nov 21, 2022
c++
compile-time
precompiled-headers
translation-unit
Why shouldn't C++ operator new/delete/variants be in header files?
Sep 14, 2022
c++
gcc
delete-operator
translation-unit
Translation unit vs Compilation unit vs object file vs executable vs.... in C++
Apr 05, 2022
c++
compilation
executable
object-files
translation-unit
c++ How to declare a class as local to a file
Nov 10, 2022
c++
class
scope
static
translation-unit
Why does defining inline global function in 2 different cpp files cause a magic result?
Sep 03, 2022
c++
inline
translation-unit