Microsoft/calculator

Adopt C++ standard types across codebase

Open

#64 opened on Feb 27, 2019

View on GitHub
 (3 comments) (4 reactions) (0 assignees)C++ (2,422 forks)batch import
Pri: 2approvedcodebase qualityhelp wanted

Repository metrics

Stars
 (16,196 stars)
PR merge metrics
 (Avg merge 15h 43m) (7 merged PRs in 30d)

Description

Calculator currently uses windows-specific types in some places, such as UINT. We should adopt the C++ standard types in their place.

Contributor guide