Posts by Eduardo • 21 points
4 posts
-
1
votes1
answer177
viewsA: Unable to locate -lGL
I was able to get Codeblocks to identify libraries as follows: Dei: sudo apt-get purge libgl1-mesa-dev and sudo apt-get autoremove I did the reinstallation of everything using: sudo apt-get install…
-
0
votes1
answer177
viewsQ: Unable to locate -lGL
I’m running the default Codeblocks code for Opengl on Ubuntu: /* * GLUT Shapes Demo * * Written by Nigel Stewart November 2003 * * This program is test harness for the sphere, cone * and torus…
-
1
votes2
answers65
viewsA: Best way to receive "keyboard" date
One way to do this is to receive day, month, year and use the data to set a Gregorian Calendar. Example: Scanner leitura = new Scanner(System.in); //Inicializa o leitor do teclado…
-
0
votes3
answers215
viewsA: Relationship between two tables
Hello, Ideally, in each game, be stored the teams that played. To improve further, in place of the name of each respective Time id. So each row added to the table would form a game, leaving your…