There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Title: C++98 Function Checker Description: This is a simple command-line tool that allows you to check whether a function is available in the C++98 standard. The program prompts the user for a function name and checks whether it is available in C++98 using an online reference (cppreference.com).