Click here to Skip to main content
15,887,683 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.

 
GeneralJohn le Carré Pin
megaadam13-Dec-20 20:40
professionalmegaadam13-Dec-20 20:40 
GeneralRe: John le Carré Pin
5teveH13-Dec-20 21:24
5teveH13-Dec-20 21:24 
RantOpen source license woes Pin
Randor 13-Dec-20 7:14
professional Randor 13-Dec-20 7:14 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 7:33
mvahoney the codewitch13-Dec-20 7:33 
GeneralRe: Open source license woes Pin
Greg Utas13-Dec-20 8:14
professionalGreg Utas13-Dec-20 8:14 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 11:21
mvahoney the codewitch13-Dec-20 11:21 
GeneralRe: Open source license woes Pin
Greg Utas13-Dec-20 11:38
professionalGreg Utas13-Dec-20 11:38 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 12:14
mvahoney the codewitch13-Dec-20 12:14 
O/T: You were the one I was talking to earlier about an automatically generated assignment constructor in C++, right?

This may not be the cleanest way to do it but it's hassle free, and almost as short as an autoimplemented memberwise-copy version would be:

C++
MyStruct(const MyStruct& rhs) { memcpy(this,&rhs,sizeof(MyStruct)); }

Real programmers use butterflies

GeneralRe: Open source license woes Pin
Greg Utas13-Dec-20 13:17
professionalGreg Utas13-Dec-20 13:17 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 13:23
mvahoney the codewitch13-Dec-20 13:23 
GeneralRe: Open source license woes Pin
Greg Utas13-Dec-20 13:25
professionalGreg Utas13-Dec-20 13:25 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 13:28
mvahoney the codewitch13-Dec-20 13:28 
GeneralRe: Open source license woes Pin
Randor 13-Dec-20 14:09
professional Randor 13-Dec-20 14:09 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 16:52
mvahoney the codewitch13-Dec-20 16:52 
GeneralRe: Open source license woes Pin
Greg Utas13-Dec-20 13:29
professionalGreg Utas13-Dec-20 13:29 
GeneralRe: Open source license woes Pin
Randor 13-Dec-20 8:21
professional Randor 13-Dec-20 8:21 
GeneralRe: Open source license woes Pin
honey the codewitch13-Dec-20 11:23
mvahoney the codewitch13-Dec-20 11:23 
GeneralRe: Open source license woes Pin
Jörgen Andersson13-Dec-20 20:49
professionalJörgen Andersson13-Dec-20 20:49 
GeneralRe: Open source license woes Pin
Member 1485721314-Dec-20 2:43
Member 1485721314-Dec-20 2:43 
GeneralRe: Open source license woes Pin
Jörgen Andersson14-Dec-20 2:46
professionalJörgen Andersson14-Dec-20 2:46 
GeneralRe: Open source license woes Pin
Member 1485721314-Dec-20 3:15
Member 1485721314-Dec-20 3:15 
GeneralRe: Open source license woes Pin
Greg Utas14-Dec-20 2:50
professionalGreg Utas14-Dec-20 2:50 
GeneralRe: Open source license woes Pin
Chris Maunder14-Dec-20 3:25
cofounderChris Maunder14-Dec-20 3:25 
GeneralRe: Open source license woes Pin
Member 1485721314-Dec-20 3:27
Member 1485721314-Dec-20 3:27 
GeneralRe: Open source license woes Pin
Rick York13-Dec-20 8:15
mveRick York13-Dec-20 8:15 

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.