#include

 
возник вопрос как сделать #include файла, которые находиться директорией выше (cd .. )?
 
выше чего ?
 

The preprocessor replaces the line #include <file_name> with the content of the file WinUser32.mqh. Angle brackets indicate that the WinUser32.mqh file will be taken from the standard directory (usually it is terminal_installation_directory\MQL4\Include). The current directory is not visible.

 
keekkenen:
выше чего ?
Немного dos надо было поучить ))))
 
dmmikl86:
возник вопрос как сделать #include файла, которые находиться директорией выше (cd .. )?
https://docs.mql4.com/ru/basis/preprosessor/include
 
dmmikl86:
возник вопрос как сделать #include файла, которые находиться директорией выше (cd .. )?
Вообще "../<и дальше>".
 
Забавно :)
 
TheXpert:
Вообще "../<и дальше>".


спасибо. работает.