Search:

Type: Posts; User: cman9999

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,858

    Thank You. ispunct worked fine BUT I need to...

    Thank You. ispunct worked fine BUT
    I need to preserve the '.' punct.
    Example of my code output
    input = dollar$4,000.00
    current output = 400000
    DESIRED OUTPUT = 4000.00
    anyone got any ideas????...
  2. Replies
    9
    Views
    1,858

    strcpy question

    hello all,
    i'm trying to copy a string leaving out some of the characters.
    example:

    $4,000.00 > 4000.00
    i need to get rid of the '$' and ','.
    thank you in advance.
    the cman
  3. Replies
    1
    Views
    861

    String to float

    Hello,
    I'm taking in a string value "$333".
    I need to chop of the $ and convert the 333
    to a float value. It will be standard input.
    thank you for any advice on completing this task.
Results 1 to 3 of 3