Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Protect the dll or exe Code Pin
Eddy Vluggen29-Apr-13 0:54
professionalEddy Vluggen29-Apr-13 0:54 
QuestionHow can I get the coordinate in a web game which is develop with flashplayer Pin
Edward_Zhao28-Apr-13 14:36
professionalEdward_Zhao28-Apr-13 14:36 
AnswerRe: How can I get the coordinate in a web game which is develop with flashplayer Pin
Dave Kreskowiak28-Apr-13 15:05
mveDave Kreskowiak28-Apr-13 15:05 
GeneralRe: How can I get the coordinate in a web game which is develop with flashplayer Pin
Edward_Zhao28-Apr-13 15:21
professionalEdward_Zhao28-Apr-13 15:21 
GeneralRe: How can I get the coordinate in a web game which is develop with flashplayer Pin
Dave Kreskowiak28-Apr-13 15:28
mveDave Kreskowiak28-Apr-13 15:28 
GeneralRe: How can I get the coordinate in a web game which is develop with flashplayer Pin
Edward_Zhao28-Apr-13 15:43
professionalEdward_Zhao28-Apr-13 15:43 
Questionhow make a setup for my access database Pin
User349028-Apr-13 11:08
User349028-Apr-13 11:08 
AnswerRe: how make a setup for my access database Pin
Dave Kreskowiak28-Apr-13 15:04
mveDave Kreskowiak28-Apr-13 15:04 
GeneralRe: how make a setup for my access database Pin
User349028-Apr-13 15:38
User349028-Apr-13 15:38 
GeneralRe: how make a setup for my access database Pin
Dave Kreskowiak28-Apr-13 16:00
mveDave Kreskowiak28-Apr-13 16:00 
GeneralRe: how make a setup for my access database Pin
User349028-Apr-13 16:08
User349028-Apr-13 16:08 
GeneralRe: how make a setup for my access database Pin
Dave Kreskowiak28-Apr-13 18:56
mveDave Kreskowiak28-Apr-13 18:56 
GeneralRe: how make a setup for my access database Pin
Mycroft Holmes28-Apr-13 20:11
professionalMycroft Holmes28-Apr-13 20:11 
AnswerRe: how make a setup for my access database Pin
ManavGuru28-Apr-13 21:14
ManavGuru28-Apr-13 21:14 
AnswerRe: how make a setup for my access database Pin
jschell29-Apr-13 7:57
jschell29-Apr-13 7:57 
QuestionJanus.Windows.GridEX.GridEX Pin
DotNetDev201328-Apr-13 2:23
DotNetDev201328-Apr-13 2:23 
GeneralIncrementing and Decrementing - Just Trying to Understand Pin
N8tiv28-Apr-13 1:10
N8tiv28-Apr-13 1:10 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
NotPolitcallyCorrect28-Apr-13 1:16
NotPolitcallyCorrect28-Apr-13 1:16 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
N8tiv28-Apr-13 1:25
N8tiv28-Apr-13 1:25 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
NotPolitcallyCorrect28-Apr-13 1:29
NotPolitcallyCorrect28-Apr-13 1:29 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
N8tiv28-Apr-13 1:32
N8tiv28-Apr-13 1:32 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
NotPolitcallyCorrect28-Apr-13 1:39
NotPolitcallyCorrect28-Apr-13 1:39 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
N8tiv28-Apr-13 1:51
N8tiv28-Apr-13 1:51 
"Console.WriteLine(z); // result = 110"

After reading the book, that line right there makes sense to me.
It said something similar to, "you evaluate the expression before you do that decrement".

I get that part, the way the expression was written I understand that.

So when we write the next line to the console, "Console.WriteLine(y);"
the variable y automagically turned into 99?
y is declared at 100. I just don't see how it could automagically turn into 99 without some sort of loop.
y-- is used in an expression, not used as a declared variable.
I think that's where I'm getting confused.

Maybe I've just seen too many YouTube videos where they are using incrementing and decrementing with loops.

<a href="http://www.widmarkrob.com">My Coding Journey</a>
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
NotPolitcallyCorrect28-Apr-13 2:10
NotPolitcallyCorrect28-Apr-13 2:10 
GeneralRe: Incrementing and Decrementing - Just Trying to Understand Pin
Dave Kreskowiak28-Apr-13 4:48
mveDave Kreskowiak28-Apr-13 4:48 

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.