Search:

Type: Posts; User: jaisch

Search: Search took 0.00 seconds.

  1. Using A function to reverse the order of an array

    I am supposed to use a void function that reverses two values to rever se the order of an array. I have written the function to reverse the two values which is below, but now I am confused about how...
  2. Converting Decimal to Binary Numbers using Recursion

    I am trying to make a program that will convert a decimal number to its binary equivilant. It will output the first number but I am having trouble figuring out how to use the previously found...
  3. Replies
    1
    Views
    2,140

    How do I ignore values from an input file

    I am trying to ignore values from an input file. I used the command

    cin.ignore()

    nut when I go to try the program I have to keep pushing enter and the message shows up one letter at a time, and...
  4. Replies
    1
    Views
    943

    Question about ignoring values

    I am doing an assignment and I am reading a list of numbers from an input file which I am supposed to convert to letters.

    The first number in the file is the offset increment for example if it is...
Results 1 to 4 of 4