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.
というフラグのついたファイルを作成したのですがO_CREAT、作成した「out.txt」をメモ帳で開こうとすると。「このファイルを開けません」または「アクセスが拒否されました」などと表示されました。
O_CREAT
fd = open("out.txt", O_CREAT);