Search:

Type: Posts; User: Hitsuin

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    724

    Thanks a lot Elysia.

    Thanks a lot Elysia.
  2. Replies
    6
    Views
    724

    Thanks Elysia. I kinda get what you mean but...

    Thanks Elysia.

    I kinda get what you mean but not enough to know how to correct it. What should I do?
  3. Replies
    6
    Views
    724

    Thanks Grumpy. I'm a novice who is amazed I...

    Thanks Grumpy.

    I'm a novice who is amazed I even put the two loops together at all. How do I test get? I tried a whole bunch of if statements and stuff but nothing worked. Also, would you mind...
  4. Replies
    6
    Views
    724

    Unwanted char/byte when joining files

    Hello everyone.

    I wrote the a piece of code to join three files but there is an unwanted char/byte "ÿ" that shouldn't exist but does.

    The result is something like



    *FILE1**FILE2*ÿ*FILE3*ÿ
  5. Replies
    15
    Views
    3,333

    @ cpjust, I don't have one, it happens whenever I...

    @ cpjust, I don't have one, it happens whenever I use write.

    @ Brafil, I'll look into learning how to use those. Thanks a lot.
  6. Replies
    15
    Views
    3,333

    why is write slow

    Why is it when I'm writing from an array or a writing a byte at a time write works so slowly. When copying a file the write function is fairly quick, but if I'm manipulating data or anything like...
  7. Replies
    15
    Views
    3,080

    The code is a little long so I'll break it down a...

    The code is a little long so I'll break it down a bit so that it makes sense.



    #include <iostream>
    #include <fstream>

    using namespace std;

    int g = 0;
  8. Replies
    15
    Views
    3,080

    By clear I mean clear to the point as if no data...

    By clear I mean clear to the point as if no data was ever in there and not simply fill the array with zeros.
  9. Replies
    15
    Views
    3,080

    Whats the best way to clear an array?

    Does anyone know the best way to clear an array of any info? I can't figure out how to do it.
  10. Thanks Valaris! I think I can use this.

    Thanks Valaris! I think I can use this.
  11. Noob Q: How to read a value of a byte in binary?

    Hi Everyone, I'm a noob a programming and I've been desperately trying to read a single byte of a file in binary. But whenever I look online all I can find is.



    #include <iostream>
    #include...
Results 1 to 11 of 11