thegreateescape said:
That is the stupidest question in the world I am sure!
The only stupid question is the one that's not asked.
* * *
As for the question itself, I don't know C#, so I don't know much.
Like with JavaScript, it is possible to convert it to C/C++, but then it would be hard to manage all the dynamic typing. I think you could make structures, instead of just variables, where the structures tell what type of variable it is, and the value - or a pointer to the value - of the variable. But then you would also need some way of keeping track of memory allocations, etc. (like the garbage collector in JavaScript), or else you might not be happy with what things might turn out to be.