Thursday, 20 June 2013

I found "Dolphin Browser" on 1Mobile http://www.1mobile.com/shareApps.php?pkg=mobi.mgeek.TunnyBrowser . This app is perfect for you.
I found "Dolphin Browser" on 1Mobile http://www.1mobile.com/shareApps.php?pkg=mobi.mgeek.TunnyBrowser . This app is perfect for you.

Wednesday, 5 June 2013

learn c++



#include <iostream>
int main()
{
    cout<<"Hello World";
}
Without modifying main function, add code to print “Ritambhara” before “Hello World”. You cannot add/remove any statement to main function
Continue reading »