We are taking input from a text file.
Every line is split in strings at white spaces, so we can further classify the elements. Making the string the problem is, that I also want to read string literals (e.g. "Thank you") as they are without splitting and comments too (both // and /* ....*/). Is there any way I can do this?