Search:

Type: Posts; User: cosmiccomputing

Search: Search took 0.01 seconds.

  1. Lines 65, 66, 68, 69

    Lines 65, 66, 68, 69
  2. expected constructor, destructor, or type conversion before '('

    I keep on getting an error "expected constructor, destructor, or type conversion before '(' token expected `,' or `;' before '(' token " I cannot seem to get passed this, any help with this would be...
  3. Replies
    9
    Views
    5,466

    Can you offer any guidance to assist me?

    Can you offer any guidance to assist me?
  4. Replies
    9
    Views
    5,466

    So far I have gotten the program to open the...

    So far I have gotten the program to open the selected file and display the contents but I am unable to convert the contents to capital letters, I get an array of strange character and number...
  5. Replies
    9
    Views
    5,466

    Changing filename to all capitals

    Good Evening, I have an assignment that is asking me to:

    Have a program prompt the user for a filename to open. Change every alphabetic character in the file to a capital letter. Numbers and...
  6. Replies
    3
    Views
    70,758

    range of values in an if statement

    In my if statement I want the values to be in a range say 70 - 80 for the condition to be true. I cannot seem to get it to work and am not sure if it is possible, any comment on how can I go about...
  7. I have been at this problem for an hour or two...

    I have been at this problem for an hour or two and have yet to crack it. Can any one please give me some insight into what I am doing wrong and any possible help.
  8. That was exactly what I need, Thanks for the help.

    That was exactly what I need, Thanks for the help.
  9. What can I do to correct my wrong doings?

    What can I do to correct my wrong doings?
  10. Adding a second set of values to a linked list

    I have a second assignment that I cant seem to get right
    Create a structure that has one variable called value and one pointer to the list (making it a linked list). Prompt for 5 values from the...
  11. Extract values and store in new variable

    My assignment is:

    Write a C program that accepts a month and day (for example, June 14) from the keyboard as input. Store this information in one string called date. Call a function named...
  12. for any one that is currious I finally solved it....

    for any one that is currious I finally solved it.

    /*
    File: wa2.c
    Description: Written Assignment #2 for COS-116. Dispays #'s 1-9 as a word
    Programmer: Thomas Garnick
    Date: April 23rd 2008
    */...
  13. Need help getting program print out the digit in words

    I need to have the out come of
    Enter a digit between 0 and 9: 4
    You entered the number four

    So far I have come up with this

    insert [/
    *
    File: wa2.c
    Description: Written Assignment #2 for...
Results 1 to 13 of 13