Skip to content

yusuffcanlii/SmartHR-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Smart Employee Management System (Modern C++)

A demonstration of Modern C++ (C++17) principles applied to an HR management scenario. Designed to showcase proficiency in OOP, Smart Pointers, and STL Algorithms.

๐Ÿš€ Key Features

  • Memory Safety: Utilizes std::unique_ptr for automatic memory management (No raw new/delete).
  • Polymorphism: Abstract base class Employee with derived Developer and Recruiter classes.
  • Modern Algorithms: Uses Lambda expressions and std::find_if for efficient data querying.
  • Build System: Configured with CMake.

๐Ÿ› ๏ธ Tech Stack

  • C++17
  • STL (Standard Template Library)
  • CMake

๐Ÿ‘จโ€๐Ÿ’ป About Me

I am an HR Specialist transitioning into Software Engineering. This project bridges my domain knowledge in HR with my technical skills in C++.

About

Automated Human Resources management system built with C++ for employee tracking and payroll operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors