Sublime text is my favourite text editor. That's why I want to make this as full C or C++ IDE. I have already downloaded MinGW compiler. Using that I can compile and run my program. But I am facing problems in taking input from sublime text console.
Is it possible to use scanf or cin function in Sublime text ??
If possible, please suggest me the exact way. If not possible, please suggest me a good IDE or text editor like sublime text by which I can easily run C or C++ program.
N:B: Don't suggest me of using codeblocks.
Take thanks in advance.