Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    15
    Views
    5,799

    Re: substring with negative endIndex

    Do you know about the Index? Its a link at the topic of the API doc pages in the blue bar. http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/
    There is an alphabetical(A-Z) list with...
  2. Replies
    15
    Views
    5,799

    Re: substring with negative endIndex

    Have you ever tried to get thru MS's C and C++ doc?
    I find java doc so soothing after I've tried to find something in the Visual Studio's help.
  3. Replies
    15
    Views
    5,799

    Re: substring with negative endIndex

    99% of the posters here are students, some are just looking for a handout. Many want to learn and I try to help them find the answer and give them techniques they can use to find answers. I usually...
  4. Replies
    15
    Views
    5,799

    Re: substring with negative endIndex

    Try it and see what happens.
    That'll give you the correct answer a lot quicker then waiting for someone else to copy to a source, compile it and execute it.
    If there are errors, or the output is...
  5. Replies
    15
    Views
    5,799

    Re: substring with negative endIndex

    My idea is to help you to learn how to program in java. Part of that is learning how to read the API doc.
    I don't give out much code. That is up to you to generate. I try to give you ideas of where...
  6. Replies
    15
    Views
    5,799

    Re: substring with negative endIndex

    Time to read the API doc for the String class.
    Take a piece of paper and write down the characters in the string and then mark off where you want the start of the substring to be and where you want...
Results 1 to 6 of 6