stock vs function
#7

stock simple removes the variable / function from your code if not used at compilation, it could lead to useless code fragments in your code because the unused warning doesn't appear
a public variable / function instead is always included in your code even if not directly used, it also needs space in the header (it stores the address and the name)
Reply


Messages In This Thread
stock vs function - by PepsiCola23 - 11.02.2018, 12:10
Re: stock vs function - by Nero_3D - 11.02.2018, 12:21
Re: stock vs function - by Eoussama - 11.02.2018, 12:40
Re: stock vs function - by PepsiCola23 - 11.02.2018, 12:44
Re: stock vs function - by Misiur - 11.02.2018, 12:46
Re: stock vs function - by PepsiCola23 - 11.02.2018, 13:58
Re: stock vs function - by Nero_3D - 11.02.2018, 15:02

Forum Jump:


Users browsing this thread: 1 Guest(s)