An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), ...
BugInsight is a tool for finding memory leaks and potential deadlocks in C/C++ software for Microsoft Windows OS. Main reason for use is to test Windows applications that cannot be tested under Linux ...