Anirudh Vyas wrote:which is why i suggest using an IDE! programmers must always ask for an IDE; without that you cant do squat.
Just IMHO.
And my humble opinion is that your statement is rubbish. When I started, I used nothing but a text editor and command line, and I ended up pretty well.
What you do need is a text editor that supports syntax highlighting, and preferably bracket matching as well. Notepad++ is always mentioned when people ask for such a text editor.
An IDE will make life easier for you, but you definitely don't
need one.