They totally ripped that from xkcd.comviejodani wrote:[img]
http://www.geeks3d.com/public/jegx/2009 ... inters.jpg[/img]
All his comics are hilarious though
They totally ripped that from xkcd.comviejodani wrote:[img]
http://www.geeks3d.com/public/jegx/2009 ... inters.jpg[/img]
ent1ty wrote: success is a matter of concentration and desire
at a cost measure in computer resourcesButler Lampson wrote: all problems in Computer Science can be solved by another level of indirection
YES! that is why i was so upset... all other functions follow the "camel-case" convention: thisIsMyMethod()Radikalizm wrote:That's a pretty understandable mistake, since OnEvent() is not cased properly
Can agree that these kind of bugs are annoying though
Code: Select all
void mEtHOdNUmBeRoNE();
bool TRsUpErMethOD()
ent1ty wrote: success is a matter of concentration and desire
at a cost measure in computer resourcesButler Lampson wrote: all problems in Computer Science can be solved by another level of indirection
kazymjir wrote:Java vs Microsoft .NET Trailer
http://www.youtube.com/watch?v=13A0_QkqtaQ
ent1ty wrote: success is a matter of concentration and desire
at a cost measure in computer resourcesButler Lampson wrote: all problems in Computer Science can be solved by another level of indirection
C# isn't all that bad, very great and easy language for developing tools and GUI-based applications, not so much for writing games though, although microsoft thinks differentlyChaiRuiPeng wrote:kazymjir wrote:Java vs Microsoft .NET Trailer
http://www.youtube.com/watch?v=13A0_QkqtaQ
dad: hey guys what are you up to?
kids: oh.. uh were just enjoying some porn...
dad: well i hope you are not doing java and open source.... *walks out *
i dont even use java but i would never use .net .. i have just had too many bad experiences with it... it just feels so ./... i dont know icky... and with code blocks and gcc i actually get things done.
Completely agreed !Radikalizm wrote:C# isn't all that bad, very great and easy language for developing tools and GUI-based applications, not so much for writing games though, although microsoft thinks differently
.NET languages can also run on other platforms using Mono, although I don't know whether it fully supports the latest .NET revisionkazymjir wrote:Completely agreed !Radikalizm wrote:C# isn't all that bad, very great and easy language for developing tools and GUI-based applications, not so much for writing games though, although microsoft thinks differently
I was thinking about my programmer future, and I had to choose learn Java or .NET.
And I have choose Java. Why?
Because Java is portable. Android, embed systems, phones, mobiles, toasters.
And .NET runs only under Windows.
Microsoft want to whole world should work on PCs with Windows systems.
But world is different.
This is why I choose Java
I know about Mono, but this project is not officially supported by Microsoft.Radikalizm wrote: .NET languages can also run on other platforms using Mono, although I don't know whether it fully supports the latest .NET revision
Agreed. Unfortunately Java is real resource-eater.I used to be all for managed code a couple of years ago, but these days I can't say I have the same opinion, managed code makes for easier programming especially for newer programmers since it mostly has built-in garbage collection, but while it's nice to not have to think of correctly managing memory it also poses a lot of limitations (and speed reduction)
Another speed reduction is introduced by the code having to pass through a virtual machine before actually being executed, which makes it even less attractive for real-time applications
I was thinking the same.And I was referring more to the XNA framework when I said that microsoft seems to think that C# is suited for game programming
Although some nice results have been achieved with XNA, the idea of an intensive current/next generation game running in managed code just seems weird to me