Hi there, Ive just started out learning C++ and ive been thrown 3 qns and ive got no clue how to start working on them.Im not here for the codes but rather someone could spur me up so that i can kickstart.
First of all, i need someone to recommend me good sources for beginners for File I/O ,ADTs and Dynamic Structures as im very weak them.
I'm putting up my 1st question here and i really need serious help here!
Qn 1.
Write a C++ program that creates appropriate
variables and performs the following actions:
Gets the user to enter their name and year of birth.
Adds the users names to one of two text files “wise.txt”
or “strong.txt” based on their age at the start of this year.
To be considered wise the user must have been over 21
at the beginning of this year.
(