Search:

Type: Posts; User: not_someguy

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,050

    thanks. it seems to work now after changing ...

    thanks.

    it seems to work now after changing


    temp = "";


    to
  2. Replies
    6
    Views
    4,050

    remove first character from line

    How would I remove the first character from each line of a file?
    I put each line into temp and try to change the first character but it tells me that I can't convert from "const char" to "char".

    ...
  3. Replies
    2
    Views
    1,096

    wow thanks that worked, I completely forgot to...

    wow thanks that worked, I completely forgot to use escape characters on the sharedfolder's location
  4. Replies
    2
    Views
    1,096

    view network directory code

    anyone know how I can read the directory of shared folder that is on a my lan using c++?

    I can use:
    system( "dir C:\\ > temp.txt" );
    to view my computer's directory

    I tried going into 'my...
Results 1 to 4 of 4