Post Reply 
Local variables - C Style
11-08-2015, 07:28 PM (This post was last modified: 11-08-2015 07:29 PM by peacecalc.)
Post: #8
RE: Local variables - C Style
Hello all,

Quote:original from Thomas Klemm:
1+
It makes reasoning about a program easier if you know that something is a value and not a variable. I tend to use local variables to remove values from the stack that are used later but are currently in the way. Usually this avoids complicated stack operations.

I second this!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Local variables - C Style - alen12345 - 11-07-2015, 09:08 AM
RE: Local variables - C Style - Han - 11-07-2015, 12:28 PM
RE: Local variables - C Style - alen12345 - 11-07-2015, 12:48 PM
RE: Local variables - C Style - peacecalc - 11-07-2015, 01:41 PM
RE: Local variables - C Style - C.Ret - 11-08-2015, 02:52 PM
RE: Local variables - C Style - peacecalc - 11-08-2015 07:28 PM



User(s) browsing this thread: 1 Guest(s)