Skip to main content

Install C++

This is an unofficial script that is provided for your convenience. The script is provided as-is and may not be updated or maintained by Ultra.cc. Customers are welcome to use and customize unofficial scripts for their unique needs and requirements. Unofficial support may be offered via Discord only and at the sole discretion of Ultra.cc staff.
Use at your own risk.

This script will install C++ on your Ultra.cc slot. C++ is a general-purpose and objected oriented programming language. It was developed with performance, efficiency, and flexibility of use as its design highlights.

Installation

  • Connect to your Ultra.cc slot via SSH, see guide here.
  • Once connected, execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/LanguageInstaller/C-Installer/main.sh)
  • Type 1 and press ENTER to confirm the installation.
  • Wait for installer to finish.
  • Done!

Uninstallation

  • Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/LanguageInstaller/C-Installer/main.sh)
  • Type 2 and press ENTER to proceed with uninstallation.
  • Done!