Quadratic Equation Solver in C++

Developing Applications in C++ or rather any language is not difficult at all. All you need is a bit dedication and focus on your project, besides the basic knowledge about your task and the programming language that you are using. In today’s tutorial, I am going to discuss how to develop an application that will solve a quadratic equation for you and for doing this I will use C++. Also, I use Turbo C++ for writing and executing my C++ Codes. If you are running Windows 7 or Windows 8, you might want to read how to run Turbo C++ on your computer. Here is a simple tutorial for that. Also, you might want to use Notepad++ for writing down your code and then executing it on Turbo C++. ...

September 17, 2013 · 3 min · Aneesh Bhatnagar

How to Install Turbo C on Windows 7 and Windows 8

Turbo C or Turbo C++ is a MS DOS based IDE for C and C++ languages. MS DOS might be outdated, but this IDE is still in use. Most 0f the schools and colleges in India still teach their students on Turbo C. It is considered to be an easy to use and understand IDE since it is based on Dos. And literally speaking, it is an easy thing to use and start learning programming. I was also taught my first programming language (C++) in Turbo C, and even today, 6years later, I still use Turbo C for writing my codes. ...

September 15, 2013 · 4 min · Aneesh Bhatnagar