Search:

Type: Posts; User: pepperblue255

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,044

    Can you tell me what their names are? I am...

    Can you tell me what their names are? I am unfamiliar with those functions and would feel uncomfortable using them. I know this is a lot to ask of you, but are there other conversion methods you...
  2. Replies
    7
    Views
    1,044

    are those commands from C++?

    are those commands from C++?
  3. Replies
    7
    Views
    1,044

    Conversions

    Hello, if anyone can help me with this problem, I will really appreciate it. Okay! Is it possible to convert string to any other data type, such as int, float, or double? If there is, can you...
  4. Replies
    2
    Views
    1,379

    Specifics

    I will try to explain my program a little better. I am reading a file that contains information on people ( such as name, favorite food, favorite color, famous quote, phone number, and etc) that...
  5. Replies
    2
    Views
    1,379

    A matter of opinion

    I am reading from a file of unknown length, but I need to store each line of that file for later use in my program. In addition, I will also need to use parts of each line later in my program. ...
  6. Replies
    10
    Views
    1,329

    Array of Strings

    Yes, I declared the array string, but i didn't not include the amount of elements in the array for it is unknown and subject to change.
  7. Replies
    10
    Views
    1,329

    Array of Strings

    I have tried all of your suggestions and I understand how the code came about, but I am coming up with this one huge error. It prints out
    "no suitable conversion function 'std::basic_string<char,...
  8. Replies
    10
    Views
    1,329

    Vector?

    I am pretty new to the programming game, so I am unfamiliar with vectors. Can you please give me an alternative? Once again, thank you in advance and your help is greatly adored.
  9. Replies
    10
    Views
    1,329

    Reading string

    Hello, I am trying to read a line of characters separted by commas from a file. I need to be able to use the string groups before each comma later in my program. I have been using the "find()"...
Results 1 to 9 of 9