How to write a simple graphical application in VisualC ++

I wanted to make a simple graphical application in VC ++, but I can not find a good tutorial for it. I still just worked in C, Linux, so I don’t know how to actually do this. If anyone can point me to a simple Hello World GUI application, it will be very helpful.

With this, I wanted to know if there are any special things that I need to do if I am going to perform some file I / O with a GUI.

Basically I have to do the following: - 1) Provide a viewing option for the user to provide the Path to C. file. 2) Read the file. 3) Change the specific content. 4) Return it.

If anyone can provide me with any pointers, that would be great.

thanks

+4
source share

All Articles