Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~207 People Reached
Favorite Forums
Favorite Tags
c x 1
c++ x 1
Member Avatar for saloo

i need to write a c++ program for the simple edlin test editor. can any one give me a hint on where i should start off i am not sure about how the edlin text editor handles text files and how it in general functions. thxs

Member Avatar for jwenting
0
141
Member Avatar for saloo

3. Write a class to encrypt and decrypt a text file. The encryption step is described below: a. Find N, where N is the length of the longest line in the file, or the number of lines in the file, whichever one is higher. b. Find M, where M is …

Member Avatar for alc6379
0
66