Re: Why can't I do "new uint32_t[ size ]"
Re: Why can't I do "new uint32_t[ size ]"
- Subject: Re: Why can't I do "new uint32_t[ size ]"
- From: Mark Wagner <email@hidden>
- Date: Tue, 12 Jul 2011 11:58:52 -0700
On Tue, Jul 12, 2011 at 10:53, Jens Alfke <email@hidden> wrote:
>
> On Jul 12, 2011, at 10:24 AM, Per Bull Holmen wrote:
>
> In XCode I get the error message " Missing type specifier after 'operator' "
>
> If you post the _exact_ error message copied & pasted from the Xcode build
> transcript, it might provide a clue.
Posting the exact source code you're trying would also be helpful,
because the fragment you posted isn't valid C++: you can't execute
code (the call to "new") outside a function.
--
Mark Wagner
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden