Click here to Skip to main content
16,004,686 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How do you deal with technical debt? Pin
jochance23-Jul-24 13:04
jochance23-Jul-24 13:04 
GeneralRe: How do you deal with technical debt? Pin
hpcoder24-Sep-24 13:11
hpcoder24-Sep-24 13:11 
GeneralRe: How do you deal with technical debt? Pin
SeattleC++23-Jul-24 13:39
SeattleC++23-Jul-24 13:39 
GeneralRe: How do you deal with technical debt? Pin
Mark Starr24-Jul-24 1:57
professionalMark Starr24-Jul-24 1:57 
GeneralRe: How do you deal with technical debt? Pin
#realJSOP25-Jul-24 3:15
professional#realJSOP25-Jul-24 3:15 
GeneralPhilosophizing with my compiler Pin
honey the codewitch21-Jul-24 4:40
mvahoney the codewitch21-Jul-24 4:40 
GeneralRe: Philosophizing with my compiler Pin
PIEBALDconsult21-Jul-24 4:56
mvePIEBALDconsult21-Jul-24 4:56 
GeneralRe: Philosophizing with my compiler Pin
Greg Utas21-Jul-24 6:37
professionalGreg Utas21-Jul-24 6:37 
Maybe translation would be a better term. In fact, both C and C++ have the concept of translation unit, which seems to correspond to an individual .c or .cpp file. Logically, each of these is compiled separately, and the specs contain some arcane rules that seem to imply that this be done in theory, if not in practice. But for efficiency, I think it can all be compiled as one big file. That's what I do in my static analysis tool, which does much of what a compiler does but stops short of laying out memory and generating executable object code.

@code-witch is likely more expert on this and may weigh in.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: Philosophizing with my compiler Pin
honey the codewitch21-Jul-24 9:18
mvahoney the codewitch21-Jul-24 9:18 
GeneralRe: Philosophizing with my compiler Pin
Greg Utas21-Jul-24 9:36
professionalGreg Utas21-Jul-24 9:36 
GeneralRe: Philosophizing with my compiler Pin
Mircea Neacsu21-Jul-24 10:01
Mircea Neacsu21-Jul-24 10:01 
GeneralRe: Philosophizing with my compiler Pin
Greg Utas21-Jul-24 10:06
professionalGreg Utas21-Jul-24 10:06 
GeneralRe: Philosophizing with my compiler Pin
honey the codewitch21-Jul-24 10:15
mvahoney the codewitch21-Jul-24 10:15 
GeneralRe: Philosophizing with my compiler Pin
Richard Andrew x6421-Jul-24 10:31
professionalRichard Andrew x6421-Jul-24 10:31 
GeneralRe: Philosophizing with my compiler Pin
TNCaver22-Jul-24 3:16
TNCaver22-Jul-24 3:16 
GeneralRe: Philosophizing with my compiler Pin
Greg Utas22-Jul-24 4:15
professionalGreg Utas22-Jul-24 4:15 
GeneralRe: Philosophizing with my compiler Pin
TNCaver22-Jul-24 4:24
TNCaver22-Jul-24 4:24 
GeneralRe: Philosophizing with my compiler Pin
FreedMalloc22-Jul-24 4:31
FreedMalloc22-Jul-24 4:31 
GeneralWordle 1,128 Pin
OriginalGriff20-Jul-24 18:32
mveOriginalGriff20-Jul-24 18:32 
GeneralRe: Wordle 1,128 Pin
PJ Arends20-Jul-24 21:07
professionalPJ Arends20-Jul-24 21:07 
GeneralRe: Wordle 1,128 - 3 4 me Pin
pkfox20-Jul-24 21:27
professionalpkfox20-Jul-24 21:27 
GeneralRe: Wordle 1,128 Pin
Cp-Coder21-Jul-24 1:36
Cp-Coder21-Jul-24 1:36 
GeneralRe: Wordle 1,128 (4/6) Pin
Jeremy Falcon21-Jul-24 1:57
professionalJeremy Falcon21-Jul-24 1:57 
GeneralRe: Wordle 1,128 Pin
StarNamer@work21-Jul-24 12:29
professionalStarNamer@work21-Jul-24 12:29 
GeneralMaybe a lesser-known computer futurist Pin
PIEBALDconsult20-Jul-24 17:58
mvePIEBALDconsult20-Jul-24 17:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.