Click here to Skip to main content
15,892,005 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: I was going to write an article about how pointers aren't confusing Pin
honey the codewitch18-Dec-20 3:58
mvahoney the codewitch18-Dec-20 3:58 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
sam-silvercreek18-Dec-20 4:02
sam-silvercreek18-Dec-20 4:02 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
Martin ISDN18-Dec-20 5:36
Martin ISDN18-Dec-20 5:36 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
honey the codewitch18-Dec-20 5:44
mvahoney the codewitch18-Dec-20 5:44 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
Martin ISDN18-Dec-20 6:07
Martin ISDN18-Dec-20 6:07 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
honey the codewitch18-Dec-20 6:20
mvahoney the codewitch18-Dec-20 6:20 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
Martin ISDN18-Dec-20 6:12
Martin ISDN18-Dec-20 6:12 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
BotReject2-Jan-21 10:51
BotReject2-Jan-21 10:51 
I think I would agree that pointers are quite intuitive, but I still prefer the way Java, for example, takes away the need to deal with them directly, though one still ought to understand what is happening under the hood. Constructing a linked list in Java takes away the need to think about pointers at all (so be careful those who use this as an interview Q). I like languages which allow me to spend more cognition on the business logic rather than its implementation. Also, modern compilers can implement code better than most (if not all) of us humans can. That said, there is something aesthetic about pointers, more so when you deal with memory management in assembly langauge. I quite like the fact that C lets you get to grips with these lower level devices, though in my work it's more of an aesthetic curiosity than a necessity to know these things.
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
honey the codewitch2-Jan-21 10:58
mvahoney the codewitch2-Jan-21 10:58 
GeneralRe: I was going to write an article about how pointers aren't confusing Pin
BotReject2-Jan-21 11:02
BotReject2-Jan-21 11:02 
GeneralAt long, long last ... it's out early! Pin
OriginalGriff17-Dec-20 1:33
mveOriginalGriff17-Dec-20 1:33 
GeneralRe: At long, long last ... it's out early! Pin
Kris Lantz17-Dec-20 2:12
professionalKris Lantz17-Dec-20 2:12 
GeneralRe: At long, long last ... it's out early! Pin
Cp-Coder17-Dec-20 2:32
Cp-Coder17-Dec-20 2:32 
GeneralRe: At long, long last ... it's out early! Pin
OriginalGriff17-Dec-20 2:53
mveOriginalGriff17-Dec-20 2:53 
GeneralRe: At long, long last ... it's out early! Pin
Cp-Coder17-Dec-20 4:58
Cp-Coder17-Dec-20 4:58 
GeneralRe: At long, long last ... it's out early! Pin
OriginalGriff17-Dec-20 5:30
mveOriginalGriff17-Dec-20 5:30 
GeneralRe: At long, long last ... it's out early! Pin
PIEBALDconsult17-Dec-20 2:55
mvePIEBALDconsult17-Dec-20 2:55 
QuestionProgramming Question of the Last Several Decades? Pin
megaadam16-Dec-20 23:46
professionalmegaadam16-Dec-20 23:46 
AnswerRe: Programming Question of the Last Several Decades? Pin
Greg Utas17-Dec-20 0:01
professionalGreg Utas17-Dec-20 0:01 
AnswerRe: Programming Question of the Last Several Decades? Pin
Richard MacCutchan17-Dec-20 0:15
mveRichard MacCutchan17-Dec-20 0:15 
AnswerRe: Programming Question of the Last Several Decades? Pin
11917640 Member 17-Dec-20 0:22
11917640 Member 17-Dec-20 0:22 
GeneralRe: Programming Question of the Last Several Decades? Pin
Richard MacCutchan17-Dec-20 0:39
mveRichard MacCutchan17-Dec-20 0:39 
GeneralRe: Programming Question of the Last Several Decades? Pin
Daniel Pfeffer17-Dec-20 0:55
professionalDaniel Pfeffer17-Dec-20 0:55 
AnswerRe: Programming Question of the Last Several Decades? Pin
Vikram A Punathambekar17-Dec-20 0:39
Vikram A Punathambekar17-Dec-20 0:39 
GeneralRe: Programming Question of the Last Several Decades? Pin
honey the codewitch17-Dec-20 2:06
mvahoney the codewitch17-Dec-20 2:06 

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.