There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
Adam Stever wrote:I have a couple different examples that I can give too.
char ch = ...
if (ch >= 'A' && ch < 'Z') ch++;
else if (ch == 'Z') ch = 'A'; ...
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Adam Stever wrote:Usually the user would know if the file is encrypted or not, but what I am looking for is how to decrypt if the file is encypted and encrypt if the file is decrypted. Please help.
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Adam Stever wrote:Thank you for the heads up...
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Adam Stever wrote:And yes I know my programming is very rough around the edges, I know that I am not as refined as some maybe even most but I try hard.
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Adam Stever wrote:Thank you for your help, I appreciate your tolerance
and look forward to more posting.
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Agree. Me tooWinston Gutkowski wrote: . . . You're welcome. Hope to see you back soon. . . .
Goodbye moon men. Hello tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|