Hello friends..the general problem for new C or C++ programmers these days is how to compile the programs in newer versions of windows.Since turbo c++ was designed for windows xp,it doesn't work for windows 7 or 8 unless we compile it using the dos-box method.
To avoid that,we make use of alternatives. DEV-C++ is one of the best options that I came to know.So download it and put up your first step in the world of programming.
To avoid that,we make use of alternatives. DEV-C++ is one of the best options that I came to know.So download it and put up your first step in the world of programming.
1 comment:
The compiler is awsome
Moreover you can easily DEBUG your program.."KEEP AN EYE ON EVERY STEP" your compiler make during execution...an amazing feature offered by a few compilers only
Post a Comment