Skip to content

Instantly share code, notes, and snippets.

@bradtgmurray
Created September 30, 2009 00:43
Show Gist options
  • Save bradtgmurray/197580 to your computer and use it in GitHub Desktop.
Save bradtgmurray/197580 to your computer and use it in GitHub Desktop.
class Object
{
...
}
Object FuncThatReturnObject()
{
Object o;
...
return o;
}
Object a = FuncThatReturnObject();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment