It is required to write Hex-viewer in C ++. According to the type of analogue, as in Total, when a file is selected, then "F3", then "3" - we get Hex view.

In general, it should look no frills. The form. Conductor window. Select the file. We press, for example, the "Hex Code" button - we get a new form with Hex. Close it. Everything.

Question. I'm in C ++ - an amateur. I know only the syntax and basic principles of OOP. I never delved into the essence, but here I had to. Tell me which project to create for writing this application. I understand that you need to read the topic of MFC?

    1 answer 1

    1. To integrate into Explorer, you need to work with the IShellFolder interface.
    2. For the simplest Windows application in C ++, either Forms (CLI), MFC, or WTL are suitable.

    Read here: getting started with Visual C ++ .