Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

My way around Visual Studio 2010

$
0
0
Ok, let me start off by apologizing if this is the wrong place for such a topic. Couldn't find anywhere more suitable for IDE question's since my language of choice is C++.

I'm working on a project of mine and part of it involves looking at some source files where I sometimes see nifty things but I'm not entirely sure how to implement them. So I figured I make a list out of the things I'm wondering about and see if this lovely forum combined with Google can answer stuff.

1) Creation of .cpp - Ok this is just a time saving feature. Was wondering if there was some kind of automated creation of the source file if I create the header? I mean declaring prototypes then just press some magical button and it'll create the proper functions and whatnot in a source file which I can then fill out.

2) Automated set/get functions. I know this possible, just cant remember it. (A quick google is going to answer it but thought I'll just mention it here as-well)

3) Some built in project control. Like lets say a button I can click that will take everything in the current solution and save it in my project folder named something like "projectName v1.1" then lets me continue with my current project. Or any other suggestions on how to do it automatic.

4) My project has one Server and Client part. At the moment they have their own solutions and I open two VS2010 each time. Could I just add either one to the other's solution and work on them like that? Do projects under the same solution interact with each other at all?

5) Is there some automatic way of inheriting from a class? I mean just saying that I want to make a class that inherits from my "Entity.h/cpp" class then VS2010 makes the class with my name and copies over all the purely virtual functions and whatnot that the inherited class has to provide its own deceleration for?

6) Is there "Hide" files in my solution explorer? I got alot of base classes that I'm done with which currently is making it harder and harder for me to find the right files in the solution explorer. Could I put them somewhere out of sight without having to modify my code any?

7) Any other tips/hints that help productivity would be most welcome!

Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>