Thread: Binary Data File help

  1. #1
    Registered User
    Join Date
    Mar 2007
    Posts
    1

    Binary Data File help

    I have a bunch of Binary Data File. It's written in C++ code. How can i convert this into something exceutable beside the basic compile/debug

    thanx

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Your question is so vague I have no idea.

    You have a binary file written in C++, but you don't tell us what it is. What type of binary file is it? Does it contain records? Is it a compiled C++ program? Is it a an .obj file? An .exe? Why are you so sure that you can turn it into an executable?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. xor linked list
    By adramalech in forum C Programming
    Replies: 23
    Last Post: 10-14-2008, 10:13 AM
  3. reading binary file with different data types
    By larne in forum C Programming
    Replies: 8
    Last Post: 07-29-2008, 10:12 AM
  4. How to write image data to binary PGM file format(P5)?
    By tommy_chai in forum C Programming
    Replies: 6
    Last Post: 11-03-2007, 10:52 PM
  5. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM