baza12 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
baza12
Added topic Write file
i have this code : my file write in directory :C:\Users\asd\AppData\Roaming\MetaQuotes\Terminal\18D0C7f585FFD316854F27B2A71B7F37\MQL4\Files why i change to write directory C:\trade\
baza12
Added topic Write into DLL
I have write into dll my dll code is : _DLLAPI void __stdcall minus( double aaa , char * g) { std::ofstream fs(g); fs<<aaa; fs.close();
: