Yes, I posted a lot of technical stuff, recently. Sorry. Maybe this is the last one. :) Take a look at this beautiful piece of code:
| float GetFloats() __gc[]
{
float f __gc[] = new float __gc [Count];
System::Write("size:{0}", __box(Count) );
return f;
}
|
Did you say something? I only heard __gc blabla __gc blabla __box. :-)
And another thing, which makes me love this language:
cl : Command line error D8016 : '/docDebug\' and '/clr:oldsyntax' command-line options are incompatible |
Oh come on!
Seems that someone at M$ went mad - using ^ and % is more than heretical (C++ guys should know what I mean)...