PDA

View Full Version : Woo Actually Learning Java!!!



Rs-Gp-4U
01-17-2008, 02:29 PM
Hey guys!
I got a new family computer a couple of months ago and now i haved Installed E.E (Easy Eclipse). I watched one tutorial last night and made
"Hello World =P".


I am planning to get good and make a online multi-player poker game =P, Just thoughts but =), i'll keep you guys posted if you want? :d please write back.

Heres some like very very basic code :).


/* Testing Java! */


public class Cheese
{
public static void main(String[]args)
{
int Variable1 = 9;

Variable1 = Variable1 * 9;


System.out.printf("9 * 9 = %d" ,Variable1);
}
}

HyperSecret
01-17-2008, 06:10 PM
a basic system.out code :D have fun learning past that it gets harder to understand and more aunoying to read :D

Rs-Gp-4U
01-17-2008, 07:09 PM
Sure will try, going to try to make a calculator later =P

Main
01-17-2008, 11:46 PM
gimme tutorial plz lol i'll get eclipse on the way

GoF
01-18-2008, 01:37 PM
Is it a new trend that people make threads like "omgz i be lurning [insert programming language name]"... And I'm sure you made one of those already...? So you could've posted your results there too.

Rs-Gp-4U
01-19-2008, 09:48 AM
Sorry :S, Watching nearly all of mr greasleys tutorials but its still :confused: ...
would be better if a had a real life tutor =/

I Rambozo I
01-19-2008, 09:54 AM
Just keep up the good work

Rs-Gp-4U
01-19-2008, 05:11 PM
Thanks Rambozo, I'm finally making progress, I'll keep you all informed :)...

To the Java-Mobile...

Here's some more really basic code =P


public class Hello_World
{
public static void main(String[] args)
{

String Name = "Craig";
int Year = 2008;

System.out.printf("Hello World! I'm " + Name + " & The Year Is %d!", Year);
}
}

And That Says In Debug : Hello World! I'm Craig & The Year Is 2008!

God I'm So Gifted =P... edit- making calculator tomorrow =)

osmm
03-05-2008, 02:20 AM
I'm learning Java too. What is %d? And for your code at the top why don't you do

/* Testing Java! */


public class Cheese
{
public static void main(String[]args)
{
int Variable1 = 9;

Variable1 = Variable1 * 9;


System.out.printf("9 * 9 = " + Variable1);
}
}

IEatJ00erBaybees
03-07-2008, 01:05 AM
Remake Runescape pl0x? Joking.

malotthouse
03-07-2008, 01:20 AM
Remake Runescape pl0x? Joking.

yeah, and make it so you don't need internet to use it :P

j/k. anyways, java is a freaking hard language to learn. im pretty good at java, but it gets really really confusing. good luck to you in learning.

oh, and i didnt know you can get real java tutors. i learned from this amazing thing called the internet.

Dan Cardin
03-07-2008, 01:52 AM
if you plan onmaking an online game i found this really long and specifically-made-for-java-online-games tut :)

http://www.softlookup.com/tutorial/games/index.asp

Rs-Gp-4U
03-09-2008, 05:09 PM
Hello! Btw osmm You Grave Dug But No Biggy, Btw %d Says The First Variable Name After ", VaribaleName, Guys I'm Learning C++ Instead :), Thanks For Suppoer Though, I'm Thinking Of Making A Thread Of How I'm Making Progress What You Guys Reckon?

Yakman
03-09-2008, 06:21 PM
I'm Thinking Of Making A Thread Of How I'm Making Progress What You Guys Reckon?

please don't, threads like this are useless and boring.

reminds me a bit of those beginner people who make their own website


Hello, welcome to my website, My name is Jim
Thanks very much... :bart:


My favorite colour is purple
ok..... good to hear.... :redface:


This is a list of my favorite carpet samples in order:
oh my god, look mate, I dont give a toss


In short, if you want to write about your life and how you are learning java and c++ and then gave up 5 days later, go to this website http://www.blogger.com/ and enjoy.

if you have a problem related to java/c/c++/any-programming, that you need helping with, please feel free to post here and the kind people will try to answer your question.