• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    C++
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

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).