Monday, February 14, 2011

Google Code-In and C code for opening "kushkaushik.blogspot.com" in firefox



I am Upset Because i get 55 rank In GCI Open source projects But rank does not matter for me. I only want to Participate and and learn that how to work in a team.
Now I have Many friends from Different countries. I have many friends Like Patricia Tressel, Utku Aydin etc.
They Worked Hard For GCI and I too. The Above Pic is of Me.


This Will be the Memorable Event For Me forever.This is(GCI) is a great platform For Pre University Students.












Send Mail to Kush Kaushik




C code for opening "kushkaushik.blogspot.com" in firefox

#include <windows.h> //need to access ShellExecute()
/*
NOTE: Compiler Borland C++ Builder 5
Windows 2000
Actually this is just the main function of a windows program
there will be no console window loading and unloading
*/
//-------------------

WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
char* szCmd="firefox.exe";
char* szParm="http://kushkaushik.blogspot.com";
ShellExecute(NULL,"open",szCmd,szParm,NULL,SW_SHOW);
return 0;
}




You can chat here by simply typing your name




YourS
--------
Kush Kaushik