Search:

Type: Posts; User: Baafen

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    5,912

    I think mingw-w64 is what you´re looking for. GCC...

    I think mingw-w64 is what you´re looking for. GCC for both x64 & x86 Windows! - MinGW-w64

    I may be wrong about this but isn´t it possible to get the visual studio x64 compiler with the Windows SDK...
  2. jimblumberg: That´s why I used my approach...

    jimblumberg:


    That´s why I used my approach that I wrote in my first post.



    I tried using a vector this way now and it works. Thanks for the tip. Because this is just a test program I...
  3. I have tried that too and I get the same result....

    I have tried that too and I get the same result. I just get a corrupt file after sending it through my test program.

    So my question now is, is it possible to copy the file by using read and store...
  4. Help getting into the right direction with binary files.

    Im trying a little mini project just because I got curious. I want to try to make a archive like file except nothing will be encrypted or compressed. My idea was the use the C++ filestream classes to...
  5. Replies
    15
    Views
    1,980

    Another way that removes the need for cin.get()...

    Another way that removes the need for cin.get() or system("pause") is that you use the command prompt (CMD) if you use windows or the terminal if you use unix/linux/mac. Navigate to the folder where...
  6. Replies
    2
    Views
    2,672

    Right now using another library to read if a key...

    Right now using another library to read if a key is pressed is the best option I have. I will wait and see if someone else has an idea. But meanwhile I will reasearch some more into wxwidgets event...
  7. Replies
    2
    Views
    2,672

    Read multiple key states

    Im planning a little programming project to try to improve my programming skills but I have ran into a little problem. I got inspired when I watched 3D buzz video tutorial when they made a console...
  8. I will make a try to explain. You have a...

    I will make a try to explain.

    You have a register class someone made and you need this register class in a software you´re making. This register class has methods to add, edit and delete from the...
Results 1 to 8 of 8