I have a program that reads a text file and processes it taking values ​​through Fstream in; and further in >> x >> y >> n; The file address was hammered by handles through the console with double slashes. It was necessary to transfer the program to windows forms so far I learned only to read the file line by line through streamreader and openfiledialog. Can I somehow apply the syntax of standard input / output streams through >>.

  • I will clarify whether I can somehow open the file so that it can be read as an input stream through the syntax >> x >> y >> z; it seemed painful to me. - blackw4ter
  • A Windows Forms program is C #? - dzhioev
  • Not necessarily C #. Win forms and appeared earlier c # sort of like - Sergey
  • using widow forms for c ++ in VS2015 - blackw4ter

0