Means , I required an IDE Like
Turbo C++ 3.0 , which i can run my .C & C++ program and generate .exe file. is there any software (IDE ) Like Turbo C++ 3.0 .

Thank you.
HAPPY NEW YEAR to ALL
Do a Google search for "c programming on Windows." However, on a Windows platform, you're likely going to end up using Visual Studio Express (which is free) for starting out, and eventually paying for Visual Studio if you start getting serious with software development for Windows.
Of course, you also have the option of learning Linux :-)
Along the lines of an IDE specifically, with C/C++ support, another possible option might be NetBeans. I use this IDE for PHP development, but they also have a C/C++ version:
Download:
http://netbeans.org/downloads/index.htmlSetup instructions:
http://netbeans.org/community/releases/60/cpp-setup-instructions.html