Svc.011.idv.tw

Click Finish to create the new project. Add a new source code file by right-clicking on “Source Files” in the Solution Explorer, selecting Add -> New Item, Code, C++ File, and naming the file “Main.cpp”. A new, empty file is created and displayed. Type the following: /* Main.cpp */ #include #include #include ................
................