Recent content by imported_tamim

  1. I

    Dual Channel RAM question

    Processor: AMD Athlon 64 3000+ running at stock 1.8 GHz Motherboard: Asus A8N-V I have a pair of OCZ Gold DDR PC3200 1GB (512 x 2) ram set up in dual channel mode right now. I havent overclocked it so it's running at stock speed (supposedly has lower latency than average value ram) Now...
  2. I

    Copy and Delete files in c++

    Thank you very much :)
  3. I

    Copy and Delete files in c++

    what is the easiest way to copy (i.e. duplicate) and delete files (txt lets say) in c++? I'm looking in a book called C++ How To Program by Deitel....cant find a way to delete files. Thanks.