openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

Project Upgrade from older versions issues - std:: etc list

Open danoli3 opened this issue 10 months ago • 0 comments

Please add a list of any std::string or any std:: changes found in older projects upgrading to openFrameworks 12.0.0 or 12.1.0

Making a SED list for auto upgrading to be used in of upgrade myApps/projectX

missing headers etc List will be updated here:

string -> std::string
cout -> std::cout
cin -> std::cin

any associated headers with any uses too if extended

danoli3 avatar Mar 03 '25 09:03 danoli3