Share via

display utilities

Bryan Kelly 636 Reputation points
2022-04-26T05:38:03.343+00:00

Windows 10, Visual Studio Professional 2017
I have two personal projects:
1st: create a strip chart, or maybe even a o-scope display. I did this under Linux as a work project, but used an existing environment. Don’t have Linux now, but will consider its use.
2nd: try to implement SHA-256, and to show the intermediate results in a set of windows. This is not really graphics, but numbers and some text in various windows.
Are these abilities native to VS or should I select install a package for these tasks?

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

0 comments No comments

Answer accepted by question author

YujianYao-MSFT 4,296 Reputation points Microsoft External Staff
2022-04-26T08:53:19.07+00:00

Hi @Bryan Kelly ,

For strip charts, I suggest you read the method mentioned in this issue.

Regarding SHA-256, you could refer to this issue, and in VS you can set /ZH: SHA_256.

Best regards,

Elya


If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.