You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Victor Mataré edited this page Dec 3, 2019
·
2 revisions
A golog++ program consists of a Basic Action Theory (BAT), functions/procedures and the main program.
Everything except the main program can be spread across multiple files and included in a main file in a way similar to C/C++ includes.
Includes are generally looked up in the same directory as the file containing the #include statement.
So for example, one could have a file main.gpp which looks like this: