Click here to Skip to main content
15,887,214 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: Straw poll extensions? Pin
PIEBALDconsult19-Nov-22 2:25
mvePIEBALDconsult19-Nov-22 2:25 
GeneralRe: Straw poll extensions? Pin
Slacker00719-Nov-22 4:35
professionalSlacker00719-Nov-22 4:35 
GeneralRe: Straw poll extensions? Pin
Daniel Pfeffer19-Nov-22 6:17
professionalDaniel Pfeffer19-Nov-22 6:17 
GeneralRe: Straw poll extensions? Pin
jmaida19-Nov-22 7:49
jmaida19-Nov-22 7:49 
GeneralRe: Straw poll extensions? Pin
Nelek19-Nov-22 9:28
protectorNelek19-Nov-22 9:28 
GeneralRe: Straw poll extensions? Pin
CodeWomble19-Nov-22 20:15
CodeWomble19-Nov-22 20:15 
GeneralRe: Straw poll extensions? Pin
PIEBALDconsult20-Nov-22 18:04
mvePIEBALDconsult20-Nov-22 18:04 
GeneralRe: Straw poll extensions? Pin
trønderen21-Nov-22 2:59
trønderen21-Nov-22 2:59 
*nix file systems don't really have a concept of an 'extension', the way FAT and numerous other file systems have. A file named 'source.c' has an eight character file name, every character represented in the name field, including the dot.

Because so many other file systems have an explicit 'extension', 'type' or whatever it is called, field, even *nix people have started referring to the '.c' as the extension. Technically, it isn't. It is all part of the file name. If your *nix application wants to split up the file name to two pieces and call the second piece the 'extension', your code must search for the (last) dot - which is certainly present in the file name. The file system does not see it as a separator, but as a name character.
GeneralRe: Straw poll extensions? Pin
jmaida21-Nov-22 7:36
jmaida21-Nov-22 7:36 
GeneralLegacy Issues Pin
Bram van Kampen18-Nov-22 15:22
Bram van Kampen18-Nov-22 15:22 
GeneralRe: Legacy Issues Pin
abmv18-Nov-22 17:25
professionalabmv18-Nov-22 17:25 
GeneralRe: Legacy Issues Pin
RickZeeland18-Nov-22 19:28
mveRickZeeland18-Nov-22 19:28 
GeneralRe: Legacy Issues Pin
dandy7219-Nov-22 3:41
dandy7219-Nov-22 3:41 
GeneralRe: Legacy Issues Pin
Southmountain19-Nov-22 6:27
Southmountain19-Nov-22 6:27 
GeneralRe: Legacy Issues Pin
Randor 19-Nov-22 9:33
professional Randor 19-Nov-22 9:33 
GeneralNeed advice on relocating cats Pin
Amarnath S18-Nov-22 13:17
professionalAmarnath S18-Nov-22 13:17 
GeneralRe: Need advice on relocating cats Pin
Storm-blade18-Nov-22 13:33
professionalStorm-blade18-Nov-22 13:33 
GeneralRe: Need advice on relocating cats Pin
Amarnath S18-Nov-22 15:19
professionalAmarnath S18-Nov-22 15:19 
GeneralRe: Need advice on relocating cats Pin
RickZeeland18-Nov-22 19:33
mveRickZeeland18-Nov-22 19:33 
GeneralRe: Need advice on relocating cats Pin
Chris C-B18-Nov-22 20:08
Chris C-B18-Nov-22 20:08 
GeneralRe: Need advice on relocating cats Pin
OriginalGriff18-Nov-22 23:01
mveOriginalGriff18-Nov-22 23:01 
GeneralRe: Need advice on relocating cats Pin
Amarnath S19-Nov-22 19:35
professionalAmarnath S19-Nov-22 19:35 
Generalworldle 301 Pin
jmaida18-Nov-22 13:09
jmaida18-Nov-22 13:09 
GeneralNeed A 5 letter word with Y L and an H on the end Pin
Kevin Marois18-Nov-22 11:28
professionalKevin Marois18-Nov-22 11:28 
GeneralRe: Need A 5 letter word with Y L and an H on the end Pin
PIEBALDconsult18-Nov-22 11:32
mvePIEBALDconsult18-Nov-22 11:32 

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.