This commit is contained in:
Markus 2019-11-09 12:56:49 +01:00
parent 0b6b7e347c
commit 6348280e6c
2 changed files with 5 additions and 2 deletions

View File

@ -29,12 +29,14 @@ Aufruf: S_New4 [Unteroption] [PARAMETER]...


## Updater Funktion:
##### S_New4 hat einen Updater der für Folgende Systeme funktioniert:
##### S_New4 hat einen Updater der für folgende Systeme funktioniert:
##### * Windows, 64 Bit Programm ( Die neue Version ist immer 64 Bit ), x86 Architektur
##### * Linux, 64 Bit Programm ( Die neue Version ist immer 64 Bit ), x86 Architektur





# Compalieren



View File

@ -6,7 +6,8 @@
#include <fstream>

struct Account {
std::string Email, Password;
std::string Email,
Password;
};