I’m new in C++ and its IDE. I’m learning it from a guide that indicates me it would be better to have a workspace where I could save projects in it. I would like to know if this option still exists or maybe is not available in Visual C++ Express. If not appearing, which other method would be suitable?
Share
Not in the sense of Eclipse workspaces no. Visual Studio deals with a solution (and only one at a time), which is a set of projects grouped together.
If I recall correctly, the Express versions only allow one project at a time.