Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 3.1 KB

README.md

File metadata and controls

32 lines (22 loc) · 3.1 KB

Asynchronous Log File Reader Code license

Example project: Log file reader and filter (grep analog). Application reads specified file and writes matchig lines to stdout. It supports simple regex (fnmatch algorithm). Reading is implemented using direct Win32 API with a number of approaches, including asynchronous WinAPI. C++ exceptions are not used (forbidden).

Language: C++17
Dependencies: none
Software requirements: Visual Studio 2019
Operation systems: Windows

Branch CI Build Status CodeQL Code Analysis
master CI status CodeQL Code Analysis Status
develop CI status [not applicable]

C++ Programmer's Test Task Description

Detailed task description is provided in a separate document:

Test Task Implementation Notes

Original implementation notes letter is provided here in two languages: