How is .NET able to support multiple languages? What is the ‘MSIL’?
read responses...
How is .NET able to support multiple languages? What is the ‘MSIL’?
How can you determine if a ray intersects a sphere? The more efficient your solution, the better.
Rate your C++ skills on a scale of 1 to 10. (This is a VERY common question for C++ programmers, and definitely one that needs to be thought about in advance. Obviously you don’t want to rate yourself too low, but rating yourself very high may be asking for trouble unless you can handle it!)
Come up with an algorithm to shuffle a deck of cards. Discuss how uniform a distribution your solution would achieve, and how you could potentially improve upon it.
In .NET, why is a string called an immutable data type?