GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  OOPS

 Print  |  
Question:   Can we generate a C++ source code from the binary file?



July 07, 2005 12:46:08 #1
 santosh   Member Since: Visitor    Total Comments: N/A 

RE: Can we generate a C++ source code from the binary file?
 
Yes, Just Put it in an  
unsigned int Bin_data[] 
{0x0h, 0x0f......... 
............ 
}
     

 

Back To Question