j
k
j a
j l
Thorsten Ottosen wrote:
David, I'm in full support of your effort. Just a small comment: int main(int argc, char* argv[]) { window w = create_window(); w->title("Example window"); why is window implicitly a pointer?
David,
I'm in full support of your effort. Just a small comment:
int main(int argc, char* argv[]) { window w = create_window(); w->title("Example window");
why is window implicitly a pointer?
What alternatives do you have in mind?
Back to the thread
Back to the list