Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
明確でない場合の質問の言い換え:
Express for Windows 8 は、Metro アプリを設計するための唯一のソフトウェアですか?
Windows ストア アプリは、Visual Studio のすべてのバージョンでサポートされています。これを入力しながら、VS Ultimate を使用して Windows ストア アプリを開発しています。
次の方法を使用して、対話型環境にコマンドを挿入したいと考えています。
bc <<END 1+1 quit END
この例の出力は ' 2' で、入力後に表示されますEND。この出力を抑制したいとします。したがって、END と入力した後、出力を表示したくありません。どうす
2
END