User profile: woohyeon

User info
User name:woohyeon
History
Joined:
Number of posts:60
Latest posts:

fwrite(Buffer, sizeof(A), N, fp) vs fwrite(Buffer, sizeof(A) * N, 1, fp)
@jonnin Thanks!

fwrite(Buffer, sizeof(A), N, fp) vs fwrite(Buffer, sizeof(A) * N, 1, fp)
I have a byte array which stores a lot of struct data. When I use fwrite function, which is more ...

What is the good way in this string processing?
Thank you guys! It helped me a lot!

What is the good way in this string processing?
@seeplus Thank you! So maybe I need to assume that data is ordered. btw, why did you use rfind inst...

What is the good way in this string processing?
@keskiverto Thank you for your answer. But it's not the answer I expected. My purpose is just abou...