Search:

Type: Posts; User: mikecompsc

Search: Search took 0.01 seconds.

  1. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    im reading in a txt file that contains a staff...

    im reading in a txt file that contains a staff directory and 40 emails. I name it read.txt It compiles then reads the file and says there is only 1 email but there is really 40. Then it prompts to...
  2. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    no its still not going, it most be worst than I...

    no its still not going, it most be worst than I thought. You wouldnt mind trying to compile this would you? I really need to get this done and I appreciate everyones help but i dont know what the...
  3. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    Thank you I will, do you see why the cpp is not...

    Thank you I will, do you see why the cpp is not gathering the emails out of the txt file when complied?
  4. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    Thanks I must of some how I most of looked over...

    Thanks I must of some how I most of looked over that equal
  5. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    Thank you I will, the problem I am having is its...

    Thank you I will, the problem I am having is its not picking up the emails in the txt file, im pretty sure all the neccasary code is there. My only guess could be one of my loops is off but other...
  6. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    Thank you, do you see why I am having trouble...

    Thank you, do you see why I am having trouble extracting emails from a txt file? I not quite sure what im doing wrong.
  7. Thread: Hey

    by mikecompsc
    Replies
    14
    Views
    1,475

    Hey

    Can anyone see what is wrong with this?

    insert


    #include <string>
    #include <fstream>
    #include <iostream>
    #include <cstdlib>
    #include <cctype>
  8. Replies
    3
    Views
    1,429

    strings and char's

    I was wondering if anyone here perhaps know how to traverse the indivdual chars in a string. I am writing a cpp file that finds email in any valid txt file and writes them to another file of the...
Results 1 to 8 of 8