diff --git a/share/apps.json b/share/apps.json index 164e7e2bd..072d23d6f 100644 --- a/share/apps.json +++ b/share/apps.json @@ -715,10 +715,15 @@ "meta": { "generator": "CPG Dragonfly" }, "implies": "PHP" }, + "C++": { + "website": "isocpp.org", + "cats": [ 27 ] + }, "CppCMS": { "website": "cppcms.com", "cats": [ 1 ], - "headers": { "X-Powered-By": "CppCMS/([\\d.]+)" } + "headers": { "X-Powered-By": "CppCMS/([\\d.]+)" }, + "implies": "C++" }, "Craft CMS": { "website": "buildwithcraft.com", diff --git a/share/images/icons/C++.png b/share/images/icons/C++.png new file mode 100644 index 000000000..bfb1f9856 Binary files /dev/null and b/share/images/icons/C++.png differ