Search:

Type: Posts; User: IPthereforIam

Search: Search took 0.00 seconds.

  1. Thank you Elkvis for your help. I will try this...

    Thank you Elkvis for your help. I will try this today.
  2. Sorry iMalc - I appreciate you considering my...

    Sorry iMalc - I appreciate you considering my problem and should have explained better. I am inserting a screen shot. The red text is the description of the error and my comment is in green.
    ...
  3. Here is my code #include #include...

    Here is my code


    #include <iostream>#include <fstream>
    #include <string>
    #include <cstring>


    using namespace std;
  4. Thanks DRK. I tried both ways and get Runtime...

    Thanks DRK. I tried both ways and get Runtime errors.
  5. Converting an Array of Character to a String

    I am a newbie and completed a phone book project in which a user could enter a single name, number and single-word note for each entry. In a follow-up, the instructor has now required that the...
  6. Thank you laserlight, jsrig88. My course...

    Thank you laserlight, jsrig88. My course instructor tried to help me, but I am still having a problem. In the code below, I am trying to set up a first class for telephone book entries and a second...
  7. Setting up a Class to hold Objects with multiple attributes

    Hello, I am a C++ newbie. I am working on a project to create a phone book. The entries of the phone book have to be set up as objects of a class. Each object will have three attributes - name,...
  8. Thank you aquatorrent, that worked. I never...

    Thank you aquatorrent, that worked. I never would have guessed that was the problem. I assumed that if I didn't assign sum a value it would be 0.
  9. Receiving integers into an array in single line, with spaces between the integers

    I am a C++ newbie and trying to write a program that will receive 8 integers from a user. The integers will be separated by spaces. The program will then display the integers in reverse order.

    I...
Results 1 to 9 of 9