Code review. How to make my code look better.@JLBorges I appreciate it, sir. But I'm afraid that's a little bit too complicated for me
Code review. How to make my code look better.And also Do I need to open/close file in constructor and destructor or it will be better to do that ...
Code review. How to make my code look better.@ne555 [code]fclose(fopen("text.txt", "w"));[/code] - this was made to clear a file after I worked ...
Code review. How to make my code look better.@AbstractionAnon Correct me if I'm wrong value is public because I need that in Line 11 Line 12: ...
Code review. How to make my code look better.Hello, the task was: I have a binary file. I need to write int values to that file and then read and...