Search:

Type: Posts; User: Led Zeppelin

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,495

    Search the message board

    You may want to do a search of dynamic arrays on c board, because just last week I recieved help on this same topic from Prelude. If you cant find it let me know and I can find it and link it for...
  2. Thanks Prelude

    Thanks again for your help, after reading countless threads in the many searches I have conducted on this board since the end of August, I just have to say that you are truly an asset. There are too...
  3. sorting a randomly generated dynamic array

    First off thanks to Prelude for help with the array itself. It was much appreciated. My question is, when you have a randomly generated dynamic array do you have to go about sorting in a different...
  4. Replies
    0
    Views
    2,149

    trying to sort a middle value

    First off thanks to Prelude for his help with generating the random numbers into a dynamic array. Now I had no problem getting the high and low value to return to main, but I cant seem to figure out...
  5. Replies
    2
    Views
    1,226

    Thanks Prelude

    The help is much appreciated.
  6. Replies
    2
    Views
    1,226

    Dynamic arrays

    The assignment is this;

    Write a complete 'c' program to populate a eleven element array with a random listing of eleven whole numbers:
    Use functions to determine the following:
    1) The largest...
  7. Replies
    7
    Views
    3,086

    You may find it easier to define your...

    You may find it easier to define your whitespace/punct. marks, that way it is easier to refer to and makes for neater code. Anyway thats my 2 cents. I assume you know defined statements are placed...
  8. Replies
    3
    Views
    1,492

    Prelude, thanks for the help

    I do appreciate the time you took to reply to the post. That was exaclty what I was looking for. I have a tendency to over-use functions, as you correctly pointed out. I am having a difficult time...
  9. Replies
    3
    Views
    1,492

    need help to logically lay out program

    I need to have the user input a degree calculate the sin, cos, and tan, then increment the user input degree by 15 for a total of 225 or 15 increments. The code below works fine, my concern lies...
  10. follow up with char I/O and line, word, and char counting

    When i compile my program only the character counts seems to be returning the proper value, but line and word count return 0 and 1 respectivley. From my previous post I understand that the program...
  11. I just typed it in notepad and saved it on a...

    I just typed it in notepad and saved it on a 1.44" floppy. I had word wrap checked. Not sure what else you need. But I attached a copy of the text.

    Thanks
  12. Thanks

    Thanks,
    ROB and C-Coder

    Rob thanks for pointing out obout the hard enter, I am taking my
    first class in C and my assignment was to copy gettysburg address and save it as a text file on the a:...
  13. cant find where my error is in the line counter

    Everytime I compile, A value of 1 is returned for the total number of lines. I am still very new at C, so I am sure I am overlooking something stupid. Just need a little direction. Thanks in...
  14. Replies
    8
    Views
    1,865

    Parameters

    You may want to review formal and actual parameters. You use 1 function and multiple function calls. I am still new myself but I believe this is a viable solution. Shiro gives a good example of...
  15. Replies
    3
    Views
    1,779

    Prelude, thanks for the help

    Thank you
  16. Replies
    3
    Views
    1,779

    rand () a little confusion

    Before anyone hazes me for not checking the FAQ I did and didnt see anything related to the question.

    2 quick questions about rand()


    is,
    rand () % 10 + 1 the same thing as rand() % 11

    ...
  17. Is there a way to create a table to display your results to the monitor

    I have written a program for class that computes compound interest and i would like to set up the displayed results in a table, and if that is not feasable maybe just be able to underling headings. ...
Results 1 to 17 of 17