Could someone show me how to compile this source code?
I dont know much about C++ but I want to edit the file that contains the homepage so the homepage is google.
http://sourceforge.net/projects/torrentsearcher/files/

I think the program contains 3 different peoples source code that work together in the actual torrent search.exe program.

Recommended Answers

All 3 Replies

Download a compiler such as Dev C++. Save the source files, then open them in the compiler, and compile them.

Which files are the source? theres cpp, def, bpr, bpf, res, h, dfm, cgi, pl, po, tds.. etc files.

The cpp files are gonna be the ones with the executable code but the others may be needed to run the cpp files. Maybe the code uses functions defined in the header (.h) files. Start by downloading and compiling the .cpp files and see if any of them include any other files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.