
30.11.2020, 23:45
|
|
Флудер
Регистрация: 18.03.2013
Сообщений: 4,080
С нами:
6921957
Репутация:
183
|
|
@Daniel_Reker
C++:
Код:
#include
#include
using
namespace
std
;
namespace
fs
=
filesystem
;
string path
=
(
fs
::
current_path
(
)
/
"SAMPFUNCS"
)
.
string
(
)
;
|
|
|