is it possible to declare an output of a program in the same program without using "fstream header
with just the <iostream> and <cstring> may be with <cstdio>.example:- like a dictionary program when ever a new word is entered it displays "word not found " and it prompts the user to add the meaning, if possible to broad the database of the dictionary and if the user enters the new words meaning, next time when ever any user searches for that word if the word resembles with the word added by the previously it displays the meaning from the previous user.
thanks in advance and try not to complicate it please I'm a newbee .
Comments
Leave a comment