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

I need any simple mini project using "c++" with file concept
without graphics

2006-07-12 02:18:26 · 2 answers · asked by mp 1 in Education & Reference Higher Education (University +)

2 answers

Do a simple XOR encryption project. Take a key and a file as arguments. Read the file, XOR its bytes with successive bytes from the key, and write it back. When you exhaust the key start over at the beginning..

2006-07-12 02:39:35 · answer #1 · answered by ? 4 · 0 0

Build a program that reads input from a file and manipulates that information somehow and outputs it to a new file with a different name. There you go.

If you don't know how to use files in C++ then google "C++ file I/O"

2006-07-12 02:23:03 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers