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

Write the program of function templates, Consider the following example: ...

Consider the following example: int max(int x, int y)                  {                                 return ( x > y) ? x : y ;                  }   float max

Maths, .Write a program to find the area under the curve y = f(x) between x...

.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.

C program to print fibonacci series upto n using recursion, C program to Pr...

C program to Print Fibonacci series upto n using recursion: int fibo(long int); void main() {                 long int a=0,n;                 printf ("how many term

Data type, what is virtual datatype

what is virtual datatype

Padovan String, A Padovan string P(n) for a natural number n is defined as:...

A Padovan string P(n) for a natural number n is defined as: P(0) = ‘X’ P(1) = ‘Y’ P(2) = ‘Z’ P(n) = P(n-2) + P(n-3), n>2 where + denotes string concatenation. For a string of t

Arrays, how to write a program using arrays

how to write a program using arrays

Explain difference between early binding and late binding, What is the diff...

What is the difference between early binding and late binding? What are advantages of early binding? a.) Late binding refers to function calls which aren't resolved until run t

Function with unsigned char parameters, Write a function that has four uns...

Write a function that has four unsigned char parameters, combines the four one-byte integer values into an unsigned integer, and returns the unsigned integer. When the four one

#accept 3 digit number, Write a ''C'' program to accept any 3 digit integer...

Write a ''C'' program to accept any 3 digit integer number from the keyboard and display the word equivalent representation of the given number

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