Search:

Type: Posts; User: ahahplz

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,493

    pattern matching

    Can someone give me an example of how you do pattern matching in a string? For instance, if there's more than one decimal point in a string, or if there is a + or - that's embedded in the string /...
  2. Replies
    8
    Views
    1,037

    Cela, Wow! Someday I'm hoping that the...

    Cela,

    Wow! Someday I'm hoping that the lightbulb will go off and I'll see what all of you programmers see :>

    It will take me a little while to analyze this but it will help me see all the...
  3. Replies
    8
    Views
    1,037

    re: Need help with string conversion

    I also tried to use &&atof too, but it still gave me the same response....can you show me how I could use the counter for this?

    Thanks again!
  4. Replies
    8
    Views
    1,037

    Need help with string conversion

    Thanks Cela! That helped with the first problem regarding the positive and negative signs in front of the value...but any ideas on why the floating point number is returning that a string like
    1..2...
  5. Replies
    8
    Views
    1,037

    Need help with string conversion

    I'm not getting the correct answers for my program. Can someone help figure out what's wrong? or show me some example of how you would do it?

    It's not giving me the correct return for values that...
  6. Thread: help

    by ahahplz
    Replies
    6
    Views
    919

    Thanks so much!!! That was it!!! That's exactly...

    Thanks so much!!! That was it!!! That's exactly what I was trying to do!!!




    (Will this get easier? I'm "programming " by using examples of programs that I find in the text, etc, and using...
  7. Thread: help

    by ahahplz
    Replies
    6
    Views
    919

    I revised the program

    Is this what I should be seeing as the Grades array after each pass or do I need to so something differently?

    C:\Borland\bcc55\Bin>bcc32 pl2tmp3.c
    Borland C++ 5.5 for Win32 Copyright (c) 1993,...
  8. Thread: help

    by ahahplz
    Replies
    6
    Views
    919

    help

    Using a bubble sort, I need to show the contents of the Grades array after each pass, but I haven't had any luck with figuring out the correct printf statement to get it to print after each pass... ...
  9. Replies
    17
    Views
    5,964

    Re: here it might help

    >>>>>you can just use an array of function pointers and use the number input by the user as the index in the array<<<

    Can you give an example of this?

    Thanks!
  10. Replies
    17
    Views
    5,964

    I was taking a course in C last semester, but...

    I was taking a course in C last semester, but ended up missing some classes mostly due to job commitment, and falling behind. We had a similiar program to writefor our class that I was having...
Results 1 to 10 of 10