newbie needs help with simple program

This is a discussion on newbie needs help with simple program within the C++ Programming forums, part of the General Programming Boards category; i know very little about c++ but i'm trying to learn... What i need to create is a program that ...

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

    newbie needs help with simple program

    i know very little about c++ but i'm trying to learn...

    What i need to create is a program that goes to remote folders and grabs the files , brings the files (logs to be exact) to the local computer and zips them to a specified folder.

    I would like to have the remote servers be a drop down box so you pick the server and the shared folder and then pick your destination folder.

    Doesnt seem that hard but i dont know where to even start.

    Thanks in advance,
    Eric

  2. #2
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,674
    Quote Originally Posted by ericr6
    What i need to create is a program that goes to remote folders and grabs the files , brings the files (logs to be exact) to the local computer and zips them to a specified folder.
    Do you know how to perform basic file I/O?

    Quote Originally Posted by ericr6
    I would like to have the remote servers be a drop down box so you pick the server and the shared folder and then pick your destination folder.
    Now you're talking about the creation a GUI program which is really more appropriate to one of the OS specific boards than the general C++ board.
    I used to be an adventurer like you... then I took an arrow to the knee.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. c program that accepts and executes commands?
    By Cimposter in forum C Programming
    Replies: 3
    Last Post: 09-30-2009, 02:58 PM
  2. Help with simple program
    By nik2007 in forum C++ Programming
    Replies: 4
    Last Post: 02-27-2006, 08:54 AM
  3. Inheritance and program structure planning please help a newbie
    By ninjacookies in forum C++ Programming
    Replies: 1
    Last Post: 10-23-2005, 12:18 PM
  4. simple frontend program problem
    By gandalf_bar in forum Linux Programming
    Replies: 16
    Last Post: 04-22-2004, 06:33 AM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21