Code center > Darwinbots Program Source Code

DB ports

<< < (3/3)

jknilinux:
OK, makes sense. WIndows seems to be the best way to go for now.

Botsareus:

--- Quote ---All .NET code from one language can be converted to any other .NET language, as long as the languages in question implement the entire .NET feature set. 
--- End quote ---

well, there are some exceptions:

For example:

VB.NET --> C#

You can not "declare function" in c# w/o importing the dynamic link library, and the code for that looks completely different.

Also, try doing:

C# --> VB.NET

byte a = 255;
a++;

in vb... good luck!

Numsgil:
Those are language differences.  But the core byte code (what the human readable files get converted in to when you build an executable) are identical for either language.  There's basically a 1:1 mapping between the two languages.  You can't say that for C# and C, for instance.

Navigation

[0] Message Index

[*] Previous page

Go to full version