Questions tagged [visual-studio-2010]
Visual Studio 2010 is the version of Microsoft's Visual Studio line of development environments. It is released on top of .NET 4.0 Framework.
51 questions
5 votes
1 answer
8k views
What is the benefit of using "filters" instead of "folders" in Visual Studio C++ projects?
I noticed that the default behavior for Visual Studio C++ projects is to organize files using filters instead of folders on disk. Essentially all the source files within the project are stored in the ...
3 votes
3 answers
5k views
High level overview of how printf() works with Windows OS
I asked this question on an IRC channel, sadly I am going around in circles. I am aiming for a high level overview (but with some technical details if necessary) on how a function such as printf() ...
4 votes
1 answer
566 views
specification regarding a text file
I have a specification I need to follow (for a little project) and I want to ask if they my way of thinking on how to tackle this spec is correct. It's regarding C#. Specification: consume a TEXT ...
2 votes
0 answers
476 views
Are there any concerns with one user mapping a TFS project to two directories?
I'm planning to map some of my TFS projects to two different directories as discussed here. I'll be using two different workspaces, both with the same Computer and the same Owner. Is there any ...
1 vote
1 answer
183 views
Visual Studio DBProjects and problem with it running post-build SQL (file too big)
What I am doing is creating a DBProject.. importing a DB.. then creating scripts in the PostBuild that are DATA scripts for each table (so that the post build can populate the tables after the schema ...
22 votes
2 answers
67k views
How to prevent my executable being treated from AV like bad or virus?
I'm creating a piece of software, that will run on windows and will act like launcher for the game, to serve as an auto-updater and file verifier in client side PC. One thing I don't understand, why ...
3 votes
3 answers
4k views
How should I structure a solution for a long term project? [closed]
I'm about to create a do-everything dashboard for my team and am still having second thoughts about my project/solution structure. Since this could be a long ongoing project, I want to get the ...
2 votes
8 answers
7k views
Understanding C++ for windows desktop application
I've been programming C++ for almost a year, and I've written complex programs however there are a couple of programming features of C++ which I didn't cover up (Classes & pointers), however I ...