-
Go to: https://www.privateinternetaccess.com/account/client-control-panel?locale=en#downloads
-
Scroll down to SOCKS and copy the credentials.
-
Adjust the command below:
#include <fstream> | |
#include <iostream> | |
#include <vector> | |
#include <iomanip> | |
#include <sstream> | |
#include <string> | |
class Frage { | |
public: | |
std::string _frage; |
Go to: https://www.privateinternetaccess.com/account/client-control-panel?locale=en#downloads
Scroll down to SOCKS and copy the credentials.
Adjust the command below:
set(SFML_TARGETS sfml-graphics sfml-window sfml-system sfml-audio sfml-network) | |
cmake_minimum_required(VERSION 3.15) | |
project(MyNewGame CXX) | |
set(CMAKE_CXX_STANDARD 17) | |
set(CMAKE_CXX_STANDARD_REQUIRED True) | |
set(GIT_EXECUTABLE "C:/Program Files/Git/bin/git.exe") | |
include(FetchContent) |