I was wondering if there was a way of getting a list of all the functions in “GDL/CommonTools.h”, I’m really inexperienced in C++ so I’m hoping there’s some obvious way I’m missing of doing this that I’m missing.
And also Game develop seems to crash whenever I try to use cout, the line “std::cout << “Hello world!”;” crashes Game Develop when I run the preview, is this a glitch or am I doing something wrong?
(You have it include iostream so I’m assuming I should be able to use cout.)
And where would the output go if it was successful?
Thank you very much!