「Visual Studio 2005のIntelliSenseに関するTips」の編集履歴(バックアップ)一覧はこちら

Visual Studio 2005のIntelliSenseに関するTips」(2007/09/06 (木) 23:37:14) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

//cpp/linenumber // 下の書き方ではIntelliSenseが働かない namespace xx = Name::space; // IntelliSenseを使いたいときはこう書く namespace xx { using namespace Name::space; }

表示オプション

横に並べて表示:
変化行の前後のみ表示: