vote up 0 vote down star

Despite having reasonable experience in C++, I am still pretty useless in setting up projects/workspaces for libraries, linking to libraries from the main project, setting up the project so that I can debug into them, etc.

I mainly use MSDN for development.

Does anybody know of any books which will explain 1. how to set up different kinds of projects 2. how different files are generated during the compilation process and what they are for 3. how to set up your project so you can debug into libraries

There are loads of books and websites which teach you how to program in C++, but so far I cannot find any websites which explains how to make full use of the development environment. We have a small bookshop in town but I cannot find any books to that description either.

Thank you.

flag

50% accept rate
You mean you are using Visual Studio? – Naveen Jun 30 at 11:37
Naveen, yes that is correct. – Andy Jun 30 at 11:40

1 Answer

vote up 0 vote down

Microsoft Visual Studio 2008 Unleashed teaches you most of those things, although not all of them.

link|flag
Thank you. I will have a look. – Andy Jul 6 at 10:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.