Search:

Type: Posts; User: SereneKaos

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,149

    It seems like what you're looking for is what...

    It seems like what you're looking for is what split does. Split can be found here:

    http://www.gnu.org/directory/textutils.html

    The source is available to you from there as well if you just want...
  2. Replies
    2
    Views
    3,562

    In case you still wanted to know, the printf...

    In case you still wanted to know, the printf statement can do what you want. You'd have to specify the precision ( I believe it is .#, that is, a period followed by a number). In the case of integers...
  3. Replies
    3
    Views
    1,131

    Re: class date problem.....

    Please use the code tags.



    1) I'm not sure what you're trying to ask. It seems like you've got the idea of validating the month and date data already.

    2) Be more specific. Do you want to...
  4. Replies
    2
    Views
    2,426

    Insertion Sort: This works by having some...

    Insertion Sort:
    This works by having some area where you will put the sorted list, and taking elements one at a time in the unsorted list and placing them in the correct spot in the sorted...
  5. Replies
    13
    Views
    14,492

    cmath is filled with useful math functions....

    cmath is filled with useful math functions. *gasp* what a surprise! Anyways, here's a nice place to look them all up. As for your question, the "floor" function is what you'd want.
    ...
  6. Replies
    9
    Views
    1,632

    Wow. This is a really silly way to do this. As...

    Wow. This is a really silly way to do this. As someone pointed out earlier, the *10 is there just because they are representing the binary number with a decimal number that happens to "look" the...
  7. Replies
    22
    Views
    5,379

    To repeat an earlier statement, this is *not* AI,...

    To repeat an earlier statement, this is *not* AI, just a search. Anyways, moving on to how to solve it, I still am not sure if what you are looking for is a shortest path solution or any path...
Results 1 to 7 of 7