https://github.com/frozenassassine/fastedit-winapi
Fastedit WinApi is a little text editor for windows. It is not made for daily use, but It shows the principles of creating a text editor and using the WindowsApi in C++.
https://github.com/frozenassassine/fastedit-winapi
cpp tutorial winapi
Last synced: 9 months ago
JSON representation
Fastedit WinApi is a little text editor for windows. It is not made for daily use, but It shows the principles of creating a text editor and using the WindowsApi in C++.
- Host: GitHub
- URL: https://github.com/frozenassassine/fastedit-winapi
- Owner: FrozenAssassine
- Archived: true
- Created: 2021-11-28T07:34:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T15:45:41.000Z (about 4 years ago)
- Last Synced: 2025-03-01T13:44:25.543Z (11 months ago)
- Topics: cpp, tutorial, winapi
- Language: C++
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastedit-WinApi
Fastedit is one of my first bigger programming projects, which I've started when I was 13 years old. It is written in C++ using the Windows-Api.
I am not working on it anymore, so the code here won't change much.
#### I would not really recommend to use it, as your main texteditor, because it still has bugs, and can crash anytime.
## 🖼️Images