Click here to Skip to main content
15,895,667 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: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 0:26
mvahoney the codewitch4-Dec-19 0:26 
GeneralRe: postfix increment and decrement can get bent Pin
Jörgen Andersson4-Dec-19 5:04
professionalJörgen Andersson4-Dec-19 5:04 
GeneralRe: postfix increment and decrement can get bent Pin
OriginalGriff3-Dec-19 23:20
mveOriginalGriff3-Dec-19 23:20 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch3-Dec-19 23:24
mvahoney the codewitch3-Dec-19 23:24 
GeneralRe: postfix increment and decrement can get bent Pin
Jörgen Andersson4-Dec-19 5:30
professionalJörgen Andersson4-Dec-19 5:30 
GeneralRe: postfix increment and decrement can get bent Pin
Kornfeld Eliyahu Peter3-Dec-19 23:28
professionalKornfeld Eliyahu Peter3-Dec-19 23:28 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch3-Dec-19 23:32
mvahoney the codewitch3-Dec-19 23:32 
GeneralRe: postfix increment and decrement can get bent Pin
F-ES Sitecore3-Dec-19 23:45
professionalF-ES Sitecore3-Dec-19 23:45 
I'm literally looking at the IL right now and there are no extra variables when using i++. What you see in the source isn't what is compiled to IL, and what is in IL isn't what is compiled to machine code, and what is compiled to machine code isn't what the CPU executes. You have to learn to stop worrying about how inefficient you think code looks and trust that everything downstream will work it out.
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 0:11
mvahoney the codewitch4-Dec-19 0:11 
GeneralRe: postfix increment and decrement can get bent Pin
F-ES Sitecore4-Dec-19 0:27
professionalF-ES Sitecore4-Dec-19 0:27 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 0:47
mvahoney the codewitch4-Dec-19 0:47 
GeneralRe: postfix increment and decrement can get bent Pin
F-ES Sitecore4-Dec-19 1:05
professionalF-ES Sitecore4-Dec-19 1:05 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 1:18
mvahoney the codewitch4-Dec-19 1:18 
GeneralRe: postfix increment and decrement can get bent Pin
F-ES Sitecore4-Dec-19 1:24
professionalF-ES Sitecore4-Dec-19 1:24 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 1:38
mvahoney the codewitch4-Dec-19 1:38 
GeneralRe: postfix increment and decrement can get bent Pin
F-ES Sitecore4-Dec-19 2:51
professionalF-ES Sitecore4-Dec-19 2:51 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 2:52
mvahoney the codewitch4-Dec-19 2:52 
GeneralRe: postfix increment and decrement can get bent Pin
F-ES Sitecore4-Dec-19 2:55
professionalF-ES Sitecore4-Dec-19 2:55 
GeneralRe: postfix increment and decrement can get bent Pin
harold aptroot3-Dec-19 23:33
harold aptroot3-Dec-19 23:33 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch3-Dec-19 23:34
mvahoney the codewitch3-Dec-19 23:34 
GeneralRe: postfix increment and decrement can get bent Pin
Daniel Pfeffer3-Dec-19 23:37
professionalDaniel Pfeffer3-Dec-19 23:37 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch3-Dec-19 23:38
mvahoney the codewitch3-Dec-19 23:38 
GeneralRe: postfix increment and decrement can get bent Pin
W Balboos, GHB4-Dec-19 0:57
W Balboos, GHB4-Dec-19 0:57 
GeneralRe: postfix increment and decrement can get bent Pin
honey the codewitch4-Dec-19 1:17
mvahoney the codewitch4-Dec-19 1:17 
GeneralRe: postfix increment and decrement can get bent Pin
dan!sh 4-Dec-19 2:11
professional dan!sh 4-Dec-19 2:11 

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.