Skip to content

Commit 545ebf7

Browse files
Added a how-to for visual studio.
1 parent 7887faa commit 545ebf7

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

VisualStudioHowTo.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Download pbPlots.cpp, pbPlots.hpp, supportLib.cpp, supportLib.hpp from version [pbPlots 0.1.7.3](https://github.com/InductiveComputerScience/pbPlots/tree/v0.1.7.2).
2+
3+
Right-click on the project name and press "Open folder in file explorer".
4+
5+
![Image 1](images/VS1.png "Image 1")
6+
7+
Select then drag and drop the files into the folder.
8+
9+
![Image 2](images/VS2.png "Image 2")
10+
11+
Right-click on the project name, go into "Add" press "Existing item...".
12+
13+
![Image 3](images/VS3.png "Image 3")
14+
15+
Select the four files in the project folder.
16+
17+
![Image 4](images/VS4.png "Image 4")
18+
19+
The program should now compile successfully. Copy the code from example1.cpp to produce a plot.
20+
21+
![Image 5](images/VS5.png "Image 5")
22+
23+
Good luck!

images/VS1.png

55 KB
Loading

images/VS2.png

30.8 KB
Loading

images/VS3.png

50.7 KB
Loading

images/VS4.png

44.7 KB
Loading

images/VS5.png

50 KB
Loading

0 commit comments

Comments
 (0)