Re: a simple ques
This is like saying that a Ph.D. student cannot solve a high school
problem.
Come on dude! You can tell the answer if you know it.
I am sure many C++ programmers also wouldn't be knowing the difference
either.
And if it makes you happy, here is another version of the same
problem :
Class foo;
Is foo [5:0] abc;
different from
foo abc [5:0];
On Dec 29, 5:44 pm, Erik Wikström <Erik-wikst...@telia.com> wrote:
> On 2007-12-29 13:12, call_me_anything wrote:
>
> > Is char [5:0] abc
>
> > different from
>
> > char abc [5:0] ?
>
> Yes, but non of it is C++.
>
> --
> Erik Wikström
|