Welcome to MSDN Blogs Sign in | Join | Help

August 2007 - Posts

Sharing enums across C# and C++

On an internal DL someone asked a question about how folks share enums between C++ and C# code when required (e.g. common error codes for a large project that use both native code and C#). There was a very interesting answer given by one person. He simply
Posted by abhinaba | 6 Comments
Filed under:

Interesting Linked-List problem

Here's another problem which was given to me by Amit . I had lots of fun solving this :) Consider two link list as shown above which are joined at some point. The problem statement is as follows " Given pointers to two single-linked list, find out if
Posted by abhinaba | 8 Comments
Filed under:

Dark UI Background

I have always been a fan of dark UI-backgrounds, especially for code-editors. I used dark schemes like darkblue for gvim and custom dark color-scheme for VisualStudio. I always thought they are good for the eyes (less radiation) and saves power. Looks
Posted by abhinaba | 1 Comments
Filed under:

First Rosario CTP is out

If you follow other VSTS blogs, I'm sure you are already aware of the first ever CTP of Microsoft® Visual Studio® Team System code name “Rosario”. For me this is extra cool because this is the first VSTS CTP on which I've worked. As I had mentioned earlier
Posted by abhinaba | 2 Comments
Filed under:

Reverse string

A friend of mine forwarded me this nice little problem he got asked in some interview. Write code to reverse a string such that the words are reversed as in " We apologise for the inconvenience" becomes " inconvenience the for apologise We" . Obviously
Posted by abhinaba | 14 Comments
Filed under:
 
Page view tracker