Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include <iostream> #include <fstream> #include <windows.

h> using namespace std; bool search(BYTE *bt) { return true; } int main () { ifstream myfile; if (myfile.is_open()) { search((BYTE*)myfile.open("C:\search.png")); myfile.close(); cout<< "function success"; } else cout<< "unable to open file"; getch(); }

You might also like