How to code in devc++ with knowledge of turboc

I know turbo c to a good extent
What are the codes and libraries needed to be
explored to become a good coder in dev C++ platform

Hello pravanetur,
Well there are little differences in both like
1.Few header files which are used in turbo c are not recognized in dev c++ like "conio.h"
2.There are some header files which have another name in dev c++ but there functionality is same.
3.In dev c++ you have to declare a scope “using namespace std”, but in case of turbo c there is no need for it