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.
すべての行にフォーマットがあるテキスト ファイルがあります。
AB:C
C言語で読みたいのですが、すべての行で取得したいのは「:」の後にあるものだけです。つまり、ファイルのすべての行で C 値のみを取得したいのですが、ファイルを行ごとに読み取り、すべての行の値を取得するだけです。
それを行うアイデアはありますか?