Tuesday, December 23, 2008


Maahi

Listen to great voice of Toshi
What you people have to say about his voice and this song.
One thing is sure whether the movie Raaz2 is going to be hit or not
songs on Imraan Hashmi always tops the charts

Monday, December 22, 2008

Anonymous namespaces in C++

This is a very simple thing used just to minimize the overuse of static keyword
Any thing present in the anonymous namespace can be accessed in the same file only forcing
internal linkage and eliminating the overuse of static.

A word of caution overuse of anything is bad and the same applies to anonymous namespace also

For example consider a file
//file.cpp
namespace anonymous
{
int x;

};

int main()
{
std::cout<<"X present in this file has the value"<return 0;
}

although this x is present in the global area still has the file scope only without using the static
keyword.


Tuesday, September 9, 2008

Welcome friends

Hi Friends,
I created this blog sometime 1 year back but yet not started writing any thing,
The main problem is that what I plan to start can't take it too far.
Here I will discuss some cool stuffs about Movie reviews , C/C++ Interview questions and how to crack the technical interviews no matter which company. Recently I have a good experince of being interviewd with some good companies like google, EMC2 Samsung and Many more We will discuss some good questions and will delve into that so that we will be equipped with all the weapons needed to crack any interview
............
Wish me happy Blogging