- Code: Select all
in = in + c;
Is this a bug or is there a reason this should be so?







Moderator: electrogear
in = in + c;
)
trogluddite wrote:As stw says, variables are just 'nick names' for memory addresses. When a 'streamin' is declared it doesn't create a new 'memory space' to hold that variable - it simple copies the output address of whatever is at the other end of the input link. (NB - the input link - this method implies that there can be only a single source)
Users browsing this forum: Google [Bot] and 1 guest