Posts by Gustavo Aryel • 75 points
5 posts
-
0
votes0
answers59
viewsQ: Androidstudio problem does not work on AVD
Good evening I have a problem, I have no idea how much help I may need from you! I am developing an Android application in Android studio in the code is all correct compiles legal has no syntax…
-
1
votes1
answer96
viewsQ: Error using Opengl GTX GLM library
I’m trying to compile in linux Ubuntu a project that uses the quaternions for rotation of 3D objects of the glui library, when I compile the code the system accuses the following error : Code says…
-
1
votes1
answer95
viewsQ: Error while trying to run Scene
I made a screen with Scene Builder, but when I compile in Javafx gives this error could help me? ant -f C:\\Users\\gusta\\Desktop\\TccProject\\LoginJAVAFXML jfxsa-run init: Deleting:…
-
1
votes2
answers116
viewsQ: Doubt Equation second degree , returns the real and imaginary parts
I’m having a doubt in an example I’m trying to develop in Isp the exercise says: Modify the function that returns the roots of a second degree so that the real and imaginary parts of the roots…
lispasked Gustavo Aryel 75 -
3
votes1
answer98
viewsQ: Using LISP Functional Programming, respond to exercises?
Suppose they were defined: (defun xxx (x) (+ 1 x)) (setf xxx 5) What is the value of the following expressions? (xxx 2) (xxx (+ (xxx 5) 3)) (+ 4 xxx) (xxx xxx)…
lispasked Gustavo Aryel 75