Click here to Skip to main content
15,888,351 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: Today I did the impossible. Pin
honey the codewitch7-Mar-23 10:32
mvahoney the codewitch7-Mar-23 10:32 
GeneralRe: Today I did the impossible. Pin
pkfox7-Mar-23 11:00
professionalpkfox7-Mar-23 11:00 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 18:51
jochance7-Mar-23 18:51 
GeneralRe: Today I did the impossible. Pin
englebart7-Mar-23 13:56
professionalenglebart7-Mar-23 13:56 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 17:25
jochance7-Mar-23 17:25 
GeneralRe: Today I did the impossible. Pin
SortaCore7-Mar-23 19:53
SortaCore7-Mar-23 19:53 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 20:33
jochance7-Mar-23 20:33 
GeneralRe: Today I did the impossible. Pin
SortaCore7-Mar-23 20:39
SortaCore7-Mar-23 20:39 
jochance wrote:
Does endian-ness ever matter to you?
No, normally the compiler handles endian for you. The only time you have to check endian is when you're doing network programming, and then you just call a function to convert to network-endian from native endian or vice versa.

Shouldn't even be using signed pointers, that's normally handled for you too... it was me messing up the code.
jochance wrote:
So. Much. Stuff.
Yea, C++ got a lot, but if you learn it, you learn 80% of all the other languages. I'd recommend C# as a first language or for regular use, though.
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 20:48
jochance7-Mar-23 20:48 
GeneralRe: Today I did the impossible. Pin
Jonas Hammarberg8-Mar-23 2:59
professionalJonas Hammarberg8-Mar-23 2:59 
GeneralRe: Today I did the impossible. Pin
jochance8-Mar-23 8:48
jochance8-Mar-23 8:48 
GeneralRe: Today I did the impossible. Pin
jmaida7-Mar-23 11:57
jmaida7-Mar-23 11:57 
GeneralRe: Today I did the impossible. Pin
CodeZombie628-Mar-23 1:03
CodeZombie628-Mar-23 1:03 
GeneralRe: Today I did the impossible. Pin
decaffeinatedMonkey8-Mar-23 1:29
decaffeinatedMonkey8-Mar-23 1:29 
GeneralRe: Today I did the impossible. Pin
JohnDG528-Mar-23 1:38
JohnDG528-Mar-23 1:38 
GeneralRe: Today I did the impossible. Pin
Gary Wheeler8-Mar-23 2:07
Gary Wheeler8-Mar-23 2:07 
GeneralThis Saturday is World Plumbing Day Pin
Marc Clifton7-Mar-23 4:13
mvaMarc Clifton7-Mar-23 4:13 
GeneralRe: This Saturday is World Plumbing Day Pin
PIEBALDconsult7-Mar-23 4:16
mvePIEBALDconsult7-Mar-23 4:16 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 4:28
mveMike Hankey7-Mar-23 4:28 
GeneralRe: This Saturday is World Plumbing Day Pin
PIEBALDconsult7-Mar-23 4:33
mvePIEBALDconsult7-Mar-23 4:33 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 4:37
mveMike Hankey7-Mar-23 4:37 
GeneralRe: This Saturday is World Plumbing Day Pin
Daniel Pfeffer7-Mar-23 7:51
professionalDaniel Pfeffer7-Mar-23 7:51 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 8:05
mveMike Hankey7-Mar-23 8:05 
GeneralRe: This Saturday is World Plumbing Day Pin
Marc Clifton7-Mar-23 8:26
mvaMarc Clifton7-Mar-23 8:26 
GeneralRe: This Saturday is World Plumbing Day Pin
Mike Hankey7-Mar-23 8:36
mveMike Hankey7-Mar-23 8:36 

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.