How to make closures in C [gist example]
gist.github.com
How to make closures in C [gist example]
1–4 of 4 posts
Re: How to make closures in C [gist example]
#2OK, but nested functions are not allowed in standard C.
Re: How to make closures in C [gist example]
#3OK, but nested functions are not allowed in standard C.
Thank you for your Feedback :) Would i get in trouble, when i use this in the future?
My experience is not so high on C.
Re: How to make closures in C [gist example]
#4After a little review and test i found that this fails.
calling the generated greeting method multiple times would fail. This throws an segmentation fault error.
sorry for this wrong thread.
https://gist.github.com/addisaden/d89c7eaed520a2a8c3a1#file-...