hi there. say i have a text file. in this text file is all the information i need for my output. the problem is, probably because i'm still very new at this, i don't know how to read this particular text file and output it onto the screen. suppose i used,
inFile.open("data.txt")
to open the file.then i used
inFile >> a >> b ....and etc.
to read the text file. how do i output this information on screen?
i need it to look like this example,
source = a
destination = b
please help.