Usb photobackup, C/C++ Programming

Assignment Help:

Project Description: Prepare software that will work with our USB hardware that easily lets you backup all the pictures in your computer into the USB stick in one single step. Once a user inserts the usb stick into any computer, a pop up will come up that says "start backup" and it can automatically find and copy all the jpg, files to the usb stick once you click start. The user will not be needed to download any software to make it work, it should be instantaneous. Also, the Photo USB stick will have the ability to identify newer files and only copy the newest images when you use it again to save your currently added or changed pictures. The user may have the ability to view the pictures in the usb and also be able to download the pictures. All within a nice and clean user interface.

1. USB inserted

2. Software will be installed on PC or Laptop and you click desktop Icon to run it.

3. A very fast scan searches for all JPG images.

4. The User Interface will be minimized, but if left open it would indicate thumbnails of found pictures being flashed.

5. All found JPG images will be compressed. We will use a compression SDK and the compressed images will be saved to the USB.

6. After some time when the USB is plugged in again, and the user runs the backup, the scan can only find new images and add them to the USB key.

Essentially the user has a choice save as is or compress the images.

Skills required are C++ Programming


Related Discussions:- Usb photobackup

Reverse digit function, how can i write reverse digit function like writing...

how can i write reverse digit function like writing 1234 and printing 4321

Explain syntax rules for writing constructor functions, Syntax rules for wr...

Syntax rules for writing constructor functions Its name must be similar as that of the class to which it belongs. It is declared with no return type (not even void). Ho

How to double to int, char P[100]; double X=533.8*22500; sprintf(P...

char P[100]; double X=533.8*22500; sprintf(P,"%f %u",X,(unsigned int)X); MessageBox(P,"SSS"); //12010500.000 12010499

Write a program to find the area under the curve y =, Write a program to fi...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b.   #include float start_poin

Queue, write a queue program in c langauge?

write a queue program in c langauge?

How can i provide printing for whole hierarchy of classes?, A: Provide a fr...

A: Provide a friend operator class Base { public: friend std::ostream& operator ... protected: virtual void printOn(std::ostream& o) const; }; inline std::ostr

C program to compute the factorial, Write a C program to compute the factor...

Write a C program to compute the factorial of  5 i.e 1x2x3x4x5 etc #include stdio.h   void main()   {   char promt;      int factor;   factor = 1*2*3*4*5;   printf("The fac

Applied scientific computing in c++, i have a project that is due this Wedn...

i have a project that is due this Wednesday and i was wondering if i can get help in doing it?

What does extern mean in a function declaration in c++, It tells the compil...

It tells the compiler that a variable or a function exists, even if the compiler hasn't yet seen it in the file presently being compiled. This variable or function may be distinct

What is class definition, Class Definition The following is the general...

Class Definition The following is the general format of defining a class template: class tag_name                  {                    public  :               // Must

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd