Results 1 to 14 of 14

Thread: Woo Actually Learning Java!!!

  1. #1
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Woo Actually Learning Java!!!

    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 .

    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);
    	 }
    }
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  2. #2
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    a basic system.out code have fun learning past that it gets harder to understand and more aunoying to read

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  3. #3
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sure will try, going to try to make a calculator later =P
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  4. #4
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    gimme tutorial plz lol i'll get eclipse on the way
    Oh Hai Dar

  5. #5
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    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.

  6. #6
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry :S, Watching nearly all of mr greasleys tutorials but its still ...
    would be better if a had a real life tutor =/
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  7. #7
    Join Date
    Dec 2007
    Location
    Belgium
    Posts
    228
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just keep up the good work
    How do I know? Know how.

  8. #8
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

    Code:
      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 =)
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  9. #9
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm learning Java too. What is %d? And for your code at the top why don't you do
    SCAR Code:
    /* Testing Java! */


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


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

    }

  10. #10
    Join Date
    Jan 2007
    Location
    Skaville, Jamaica
    Posts
    1,117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Remake Runescape pl0x? Joking.

  11. #11
    Join Date
    Jun 2007
    Location
    Ohio
    Posts
    341
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by IEatJ00erBaybees View Post
    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.

  12. #12
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    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
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  13. #13
    Join Date
    Dec 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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?
    ~ Rs-Gp-4U
    _____________________________________________

    Bux.To! Sign Up Easy Money!

  14. #14
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rs-Gp-4U View Post
    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

    Quote Originally Posted by some-website
    Hello, welcome to my website, My name is Jim
    Thanks very much...

    Quote Originally Posted by some-website
    My favorite colour is purple
    ok..... good to hear....

    Quote Originally Posted by some-website
    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.
    Join the Official SRL IRC channel. Learn how to Here.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Learning Java
    By Richard in forum Java Help and Tutorials
    Replies: 15
    Last Post: 01-30-2009, 01:46 PM
  2. Learning C/C++
    By 0wn 4 skill in forum C/C++ Help and Tutorials
    Replies: 7
    Last Post: 11-11-2008, 06:37 PM
  3. Looking for Java Programmer(s) for java Game.
    By Windoze in forum Java Help and Tutorials
    Replies: 7
    Last Post: 03-04-2008, 11:03 PM
  4. I need some help learning this please!
    By Illkillutill in forum OSR Help
    Replies: 22
    Last Post: 01-02-2008, 04:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •