|
does anybody know how to make a binary file in the c++ ide eclipse? |
|
You can't really make a binary file with the Eclipse IDE. You need to write some code in C++ to create a binary file. Here's a quick Google search for you: http://www.angelfire.com/country/aldev0/cpphowto/cpp_BinaryFileIO.html & http://www.google.nl/search?q=C%2B%2B+binary+file+io |
