#C++ assistance

6 messages · Page 1 of 1 (latest)

teal tree
#

hi! i'm very new to c++, but i have some prior experience with python and java. in my computer science class, we have learned the basics of c++ up until for loops and while loops, in addition to how to create a text file. we use online gdb for our class because visual studio isn't working on the computers.

today, we were given an assignment where we have to create a program that encrypts and decrypts a given text file. i'm not sure if we have learned enough to complete this task, so i wanted to ask what topics i should look over when encrypting and decrypting text files.

coral stirrupBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

wet swift
#

You need to know file IO and basic control flow, which it sounds like you already know

#

My advice is start making it and learn anything else you need as you go

teal tree
#

ok! if i have any more questions i will come back :-)

#

!solved