Skip to content

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

Notifications You must be signed in to change notification settings

Navoos/cpp98_function_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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 takes as argument the functions names and checks whether it is available in C++98 using an online reference (legacy.cplusplus.com). This project can be useful for programmers who need to write code that is compatible with older versions of C++ or who want to learn more about the differences between C++98 and more recent versions of the language.

Usage

libcurl must be installed

g++ main.cpp -o cpp98_function_checker -lcurl

./cpp98_function_checker function function ...

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages