Search:

Type: Posts; User: san gabriel

Search: Search took 0.00 seconds.

  1. So do you know where do I need to fix? I am...

    So do you know where do I need to fix?
    I am confused for this problem.
    Thank you.
  2. this is my first time to use it and the book...

    this is my first time to use it and the book doesn't tell
    how to input string and cout like the very top.
    can you help me fix my code? cause I can't find the errors.
  3. how to use strncmp function to compare two string input by user in C++

    can you help me fix it



    #include "stdafx.h"
    #include <iostream>
    #include <iomanip>
    #include <cstring>
    using namespace std;
  4. How to input a telephone number and use function strtok to extract?

    output should like that:

    input #: (909)869-2511
    area: (909)
    exchange: 869
    ext.: 2511
    #: (909)869-2511
Results 1 to 4 of 4