Search:

Type: Posts; User: andre

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,473

    can't cout

    I need to evaluate a text file by it's hexadecimal values.
    I found cout << hex << 16; //works ok, but...
    cout << hex << 'T' ; //just diplays T.
    how else can I do it?

    <win2000, MS VC++6,i386,...
  2. my MS vC++ compiler does not have DIR.H, can't find on the web...HELP

    I've discovered that <DIR.H> is what I need.
    it is not found on my computer.
    I'm writting a console app in win2000.
    NOTE: I'm using a begginers version of Microsoft Visual c++
    could that be the...
  3. HEY! Thanks........just the name of it looks...

    HEY! Thanks........just the name of it looks promissing (dir.h)
    I'm sure it's not in any of my books. I'll have to wait till I get to work to check it out... in any case...thank you very much. :p
  4. how to list files in a directory, to then manipulate each file.

    I want to automaticaly manipulate each file in a directory. First thing is to be able ( and I have searched long nights unsuccessfully) to list files in a directory, then treat one at a time.
    I'm...
Results 1 to 4 of 4