Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created May 29, 2016 08:18
Show Gist options
  • Save jerstlouis/cb2dd87e204e87eae28b2db30b76e8a2 to your computer and use it in GitHub Desktop.
Save jerstlouis/cb2dd87e204e87eae28b2db30b76e8a2 to your computer and use it in GitHub Desktop.
void test()
{
unsigned int size = 5;
void (** foo)(void);
foo = new (void(*[size])(void));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment