Recent content by Winston N

  1. W

    Lenovo Flex 2 Color Distortion

    Hi. I own a Lenovo Flex 2 for a year. The laptop screen is now having a problem. The laptop first flicker between normal color and yellow at first. However after restarting my computer, the yellow tint seems permanent. I don't really know what happened. Can anybody help me with this? Thanks.
  2. W

    Visual Studio 2015 C++ text file reading

    I am creating a program to process student records, but when I choose to list all the student records, the list shown is incomplete. I have no idea what went wrong in my code. Any suggestions is highly appreciated. Thanks. #include<iostream> #include<iomanip> #include<fstream>...