Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Great to hear EE is going over to JAVA


ballen
 Share

Recommended Posts

@Hippoman:

> Yes but its very much harder, when theres no one to tell you what anything does.
> I dont know ANY of the commands, i dont know wtf santax is. I dont know which .exe to use. i dont know how to complie, i dont know anything except how to click and drag.

If you have a university in your area, you might be able to audit a class in the summer time or during the year. Auditing usually costs <$50, and you do everything the kids in that class do except you don't get credited for it.
Link to comment
Share on other sites

Hippo just start with something simple like HTML or Dark Basic
or Assembly and work from there
the reason why C++ is so hard for ppl trying to jump into it
is because that language is used for most applications.
So its sorta hard to guide it towards game design without help
thats just personal experience and what ive been told.
start with something simple and work your way up to the harder stuff
trust me it gets alot easier

other than that Vb6… i built a grave for a lil fellow not to long ago
hopefully he stays dead this time

@emplay:

> Or do it the old fashoned way. Go to a store and buy a book read and follow along with it and when u get stuck later pull that puppy out for some refrence.

that is if you really wanna pay like 25\. USDs for a book thats like only 300 pages at most. when you can just get one off the computer for free >.>
Link to comment
Share on other sites

@Admiral:

> Atleast you managed to compile it XD
>
> I still can't compile "Hello World" :sad:

```
public class HelloWorld
{
    public static void main(String args[])
    {
        System.out.println("Hello World!");
    }
}

```Then hit "save" if your running netbeans or Eclipse. That should compile it. If you want to compile it in Command Prompt, confirm that you have the exe "javac" in your System32/System64 folder.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...