Posts by Dead • 31 points
5 posts
-
0
votes0
answers9
viewsQ: Java Cling Port Redirection
Hello, I am trying to do port forwarding on my router automatically. For this, I am using the Cling 2.1.2 in Java. My code: package teste_cling; import java.net.ServerSocket; import java.net.Socket;…
-
2
votes2
answers62
viewsQ: Volatile and optimization
I’m studying about the type qualifier volatile in C language, and I took a test. In the attached image we have the comparison of two programs written in C. The one on the left has a variable without…
-
1
votes2
answers237
views -
-1
votes1
answer194
viewsQ: C# Double Type Precision Loss
Hello! I wrote a program in C# that converts the decimal separator from a comma string to a dot. For this, I used the Replace() method. The problem occurs when I try to convert the number (now with…
-
0
votes1
answer151
viewsQ: I can’t use Scenebuilder with Eclipse
Hello, I have Eclipse (Eclipse IDE for Java Developers) and wanted to install Javafx. I already installed e(fx)clipse and restarted the IDE. But when I create a new project in New > Other, the…