Questions et réponses pour le visual-studio :

Use this tag if you have a specific question about Visual Studio features and functionality. DO NOT use this tag on questions regarding code which merely happened to be written in Visual Studio. Consider tagging the exact technology area your question links to and also tagging a more specific version of Visual Studio. Please mention your exact VS version, edition, and update level in your question.

7
votes
//#include "StdAfx.h" #include <stdio.h> #include <windows.h> #include <winbase.h> #include <iostream> #include <tchar.h> using namespace std; int main() { i ...

7
votes
Selon Cette matrice de fonctionnalité , Visual Studio 2010 Premium ( ...

7
votes
Donc, longue histoire courte, je développe une application qui utilisera certaines informations de configuration pouvant être modifiées au moment de l'exécution de l'app ...

7
votes
Y a-t-il un moyen de sauvegarder l'état "State" de VS 2008 (I.E. Ouvrir des fenêtres, des points d'arrêt, des signets, etc.) sans la clôture? Le point de douleur que je su ...