Search:

Type: Posts; User: Eric

Search: Search took 0.12 seconds.

  1. Replies
    0
    Views
    1,940

    Confusion with C/C++

    import java.applet.*;
    import java.awt.*;
    import java.util.Date;
    import java.text.DateFormat;

    /** An Applet to display the current time */
    public class TimeDate extends Applet implements...
  2. Re: code help 2 programs. MinMax Values & Converting Temps.

    I am still waiting for my Hexadecimal answer on a different thread

    ............ in the mean time only a country full of twitters would want to keep the Fahrenheit system.. Water the most useful...
  3. Replies
    1
    Views
    1,921

    Hexadecimal answer rather than decimal

    Bugger in New Zealand means something like "what a mistake" or mess
    I once had a web site oh-bugger.net.nz but people overseas thought I had a sexual problem, so I changed it to dubdubdub.

    Anyway...
  4. Replies
    3
    Views
    2,480

    Re: type casting fibs

    http://www.dubdubdub.net.nz/misc/error-forum.png
  5. Replies
    3
    Views
    2,480

    Re: type casting fibs

    Now I am not sure why I posted this thread?

    I suppose the best idea might be to test to see if that Long variable could fit down into a Int, and if it is outside the range of -2147483648 to...
  6. Replies
    6
    Views
    47,642

    Re: Funny computer/office related cartoons

    http://i23.photobucket.com/albums/b389/epiac1216/imageslife-20before-20computer.jpg
  7. Replies
    3
    Views
    2,480

    Type casting error in Java

    I am learning java (or should I say, filling in the holes) from a reputable learning source (say no more) it said, if fact I am going to feed it back to source I made my purchase from, they said
    ...
  8. Replies
    2
    Views
    37,882

    Re: How to Get the current date and time

    Very good, but the time is a hour late,
    however most likely it is because we have day light saving (Summer in New Zealand)

    There are a lot of dreamer running the radio station, wanting a white...
  9. Re: Can't decipher errors

    By the way,
    how do you send error messages to a text file

    I tried a few like
    javac work.java >> error.txt
    even
    javac work.java 2>error.txt
    someone once told me
  10. Replies
    1
    Views
    2,789

    Re: DnD JList-->Rectangle

    How does the code go?
  11. Re: code help 2 programs. MinMax Values & Converting Temps.

    As for the second program there is a error with



    for (int f= getFahrenheit(); f <= 212; f= getFahrenheit())
    System.out.println(f+"F = "+convertToC(f)+"C");


    I might try
  12. Re: converting to .exe

    I find this a interesting problem, I have not checked out the link this time, I did read it once before, one would think that since the OAK project failed & it was internet that saved the day and...
  13. Re: code help 2 programs. MinMax Values & Converting Temps.

    For a start off I sure your class name should start with a capital letter, (Java Convention ) so
    public class maxMinValues
    should read
    public class MaxMinValues

    To answer JavaPF's question ...
  14. Thread: A SCJA member

    by Eric
    Replies
    0
    Views
    1,432

    A SCJA member

    Hi
    I should of said in the thread subject "A SCJA member of this forum"

    I was going to get ready to sit the SCJP but time goes on and my learning Java in 21 days book gets stuck in week two, So...
Results 1 to 14 of 14