Hey, would somebody please help me know the best console program for C++ , I am learing C++ , so I am basically new to this, there might be lot of consoles, but I want the one which could be helpful and user supportive for C++ learners?
I think you're getting confused. You write your c++ code in an IDE, and then, as a beginner, your code will be compiled into a console program. We can list a number of good free IDE's to use if you need us to.
I would look at the medium section If i were you. One thats not on the list is Dev-C++ which is very easy to use, but is discontinued and a little buggy. MSVC++ is very good for keeping your code clean and clear, but I personally find it a bit annoying compared to Dev as to what it creates when you compile your program.