Posts by Daniel • 87 points
3 posts
-
2
votes1
answer1145
viewsQ: Compiling with g++
I am compiling an example code provided on the GLFW bookstore website as follows: g++ main.cpp -o main.exe glfw3dll.a <- this way it is possible to compile, but what if I want to change the files…
-
3
votes2
answers579
viewsQ: Centering right inside a list (ul)
Is there any way to center the logo of this example without using two lists? In the example website, it uses two lists to keep the logo in the center, how can I put the logo inside a "li" without…
-
3
votes1
answer397
viewsQ: Connecting a local server to an external one with js and php
My intention is, by the local server, to query data on an external server. I would like to know how to get the external server to wait for the local connection and depending on that local…