{"id":22880809,"url":"https://github.com/atrexus/wincpp","last_synced_at":"2026-03-15T04:35:51.505Z","repository":{"id":267317878,"uuid":"824288759","full_name":"atrexus/wincpp","owner":"atrexus","description":"A fully featured Win32 wrapper written in modern C++ ","archived":false,"fork":false,"pushed_at":"2025-03-20T16:46:29.000Z","size":124,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T05:32:20.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atrexus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T19:22:45.000Z","updated_at":"2025-03-22T17:23:44.000Z","dependencies_parsed_at":"2024-12-09T17:38:27.590Z","dependency_job_id":"af5c1a40-499e-4d6e-9860-5179803ffb52","html_url":"https://github.com/atrexus/wincpp","commit_stats":null,"previous_names":["atrexus/wincpp"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atrexus%2Fwincpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atrexus%2Fwincpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atrexus%2Fwincpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atrexus%2Fwincpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atrexus","download_url":"https://codeload.github.com/atrexus/wincpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802581,"owners_count":21806531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T17:27:23.338Z","updated_at":"2026-03-15T04:35:46.466Z","avatar_url":"https://github.com/atrexus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wincpp\nA fully featured x64 Win32 wrapper written in modern C++. Wincpp's goal is to provide a simple and easy to use C++ interface for communicating with the Windows OS. This project is still in early development so expect frequent changes to the main branch.\n\n## Installation\nThis is a [CMake](https://cmake.org/) project, so we've created a convenient interface for installing it using [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html). If you aren't using CMake, you can download the prebuilt static binaries from any of the latest releases.\n\nIf you are using CMake, simply add the following lines to your `CMakeLists.txt` file:\n```cmake\ninclude (FetchContent) # if you don't have this already\n\n# Fetch the latest version\nFetchContent_Declare (wincpp URL https://github.com/atrexus/wincpp/releases/latest/download/wincpp-src.zip)\nFetchContent_MakeAvailable (wincpp)\n\n# Link the library into your project\ntarget_link_libraries(your_project PRIVATE wincpp)\n```\n## Documentation\nTo get started, check out the offcial [Wiki](https://github.com/atrexus/wincpp/wiki) of this GitHub repository. It contains detailed documentation for the different interfaces and simple tutorials to help you get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatrexus%2Fwincpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatrexus%2Fwincpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatrexus%2Fwincpp/lists"}