English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am writing an installer(simple) program to transfer one of my notepad program from the disk to the user's computer.

Could you tell me any command or function in C(which works in TC++ v3.0) so that it could help people easily transfer the file onto their system. Thank you.

2006-06-18 04:15:10 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

It is not the matter of a function. That requires more than just one function.

You would need sockets for the simple case, similar to server client software. The server has the main files, and the client connects to it.

2006-06-18 04:24:06 · answer #1 · answered by ? 6 · 0 0

Really, all you need is a file copy operation. Any C++ compiler is going to have functions that copy files.

2006-06-18 06:31:35 · answer #2 · answered by Mantis 6 · 0 0

isn't installshield a better option?

2006-06-18 06:23:43 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers