You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,9 @@ CChart is a simple and convenient curve plotting library. It can draw many kinds
6
6
7
7
The prototype of CChart is CPlot, which has been extensively extended. CPlot's official website is http://cplot.sourceforge.net/, thanks to its author Todd Clements.
8
8
9
-
The author uses Microsoft Visual C++ 6.0 to develop. The code supports all higher versions of Visual Studio. The code does not use any new functions after C++ 98 standard, and the selected Third-party libraries are compatible with VC6.0.
9
+
The author uses Microsoft Visual C++ 6.0 to develop. The code supports all higher versions of Visual Studio, and does not use any new functions after C++ 98 standard, and the selected Third-party libraries are compatible with VC6.0.
10
10
11
-
The author is not a professional programmer, so the code is not particularly standard, especially the comments are incomplete, but the author has tried to make the code have a certain self-annotation function.
12
-
13
-
At present, a small number of functions of this library are still under development, without affecting the use.
11
+
The author is not a professional programmer, so the code is not so standard, especially the comments are incomplete. The author has tried to make the code to be somewhat self-annotation.
14
12
15
13
Further information can be obtained at the website www.cchart.net, and the author can be contacted by e-mail baita00@hotmail.com.
16
14
@@ -76,7 +74,7 @@ When programming with dynamic libraries, the header file needed to be included i
76
74
You can copy the file and modify the following two lines at the beginning of this file.
0 commit comments