I read the first post today and came to know that I was going the wrong way till now(Using Turbo C compiler
).
So I downloaded MS Visual C++ express edition and installed it, but it looks more complex than what I have used till now. Header files are defined in different section, source code is written in other etc etc.
That's not an issue but I noticed we have to prefix "std::" before "cout" and "cin" and some header files a bit different and there will many other such modifications which I want to learn(I learned from some Sumita Arora book
so you can understand what I mean).
Are there any tutorials which can help me in migrating from Turbo C to this new compiler?? I don't want to go through that 1000 page "C++ the complete reference" or "thinking in C++" if I can avoid.