forked from markus/S_New4
9_11
This commit is contained in:
parent
0b6b7e347c
commit
6348280e6c
@ -29,12 +29,14 @@ Aufruf: S_New4 [Unteroption] [PARAMETER]...
|
|||||||
|
|
||||||
|
|
||||||
## Updater Funktion:
|
## 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
|
##### * 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
|
##### * Linux, 64 Bit Programm ( Die neue Version ist immer 64 Bit ), x86 Architektur
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Compalieren
|
# Compalieren
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
struct Account {
|
struct Account {
|
||||||
std::string Email, Password;
|
std::string Email,
|
||||||
|
Password;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user