Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Bogdan Floares

    C++ C++ class meaning

    What is a cpp class an how does it work. In java and c# a class(marked as public) is pretty much just a source file, or a public class is associated with a source file, for example: Program.java: public class Program{ } Or Program.cs: public class Program{ } Or I can have some not...
  2. Bogdan Floares

    Java Make a java app that doesn't require Java Runtime Enviorment on the user's PC

    I have an app developed with Java Development Kit and I after building to an Executable JAR, I tried a free jar to exe converter hoping that it doesn't require JRE to run on a Windows Computer. I tried to run it on a Windows 10 Virtual Machine and it says Java Runtime 1.8 or above is required(I...
Back
Top Bottom