їRecursion?
#7

Quote:
Originally Posted by Y_Less
View Post
This is a non-warning added in certain versions of the compiler and not a problem.
How can we have a different version of compiler by using the same archive ?


i have test this :


Code:
func()
{
	called++;
	printf("called %d times.", called);
	return func();
}
result is :
[13:15:18] called 1358 times.
[13:15:18] Script[gamemodes/bare.amx]: Run time error 3: "Stack/heap collision (insufficient stack size)"
Reply


Messages In This Thread
їRecursion? - by ByMatt20030 - 05.12.2017, 20:27
Re: їRecursion? - by Kaperstone - 05.12.2017, 20:33
Re: їRecursion? - by ByMatt20030 - 05.12.2017, 21:28
Re: їRecursion? - by jasperschellekens - 05.12.2017, 21:50
Re: їRecursion? - by chneubeul - 06.12.2017, 07:53
Re: їRecursion? - by adri1 - 06.12.2017, 09:29
Re: їRecursion? - by chneubeul - 06.12.2017, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)