diff --git a/README.rst b/README.rst index b1332a5c..02c65bfe 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ This book began in Python as the paper book, *Problem Solving with Algorithms an The interactive version was then translated to C++ by Jan Pearce and a team of excellent Berea College students in the summer of 2018. This translation became this interactive text, and Berea College students and many others have been helping to improve this text ever since. -Special acknowledgement is due to `Jesse Walker-Schadler `_ who while just a student in the Berea College Data Structures course had a vision of making graphics in C++ as easy as they are in Python both in terms of both syntax and installations. Over the course of two summers, he realized this vision with the creation in `the open source CTurtle library `_ which provides all of the C++ interactive graphics in this textbook. +Special acknowledgement is due to `Jesse Walker-Schadler `_ who while just a student in the Berea College Data Structures course had a vision of making graphics in C++ as easy as they are in Python both in terms of both syntax and installations. Over the course of two summers, he realized this vision with the creation in `the open source CTurtle library `_ which provides all of the C++ interactive graphics in this textbook. How to use this book ==================== diff --git a/pretext/cppds2.ptx b/pretext/cppds2.ptx index 80ed0cd1..eb0b058b 100755 --- a/pretext/cppds2.ptx +++ b/pretext/cppds2.ptx @@ -4,6 +4,7 @@ Problem Solving with Algorithms and Data Structures using C++ The PreTeXt Interactive Edition + diff --git a/pretext/meta_frontmatter.ptx b/pretext/meta_frontmatter.ptx new file mode 100644 index 00000000..c6d610c7 --- /dev/null +++ b/pretext/meta_frontmatter.ptx @@ -0,0 +1,74 @@ + + + + + + + + Dr. Jan Pearce + Computer Science + Berea College + + + + + + + 20222023 + Dr. Jan Pearce + + + + CC BY-SA 4.0 + +

+

+ + This work is licensed under the open source Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit + + CC BY-SA 4.0 + + For a human readable summary see CC-BY-SA 4.0 Summary. +
+
+
+ + + + + + + Open Source Licensing + + + + + +

+ Special acknowledgement is due to Jesse Walker-Schadler who while just a student in the Berea College Data Structures course had a vision of making graphics in C++ as easy as they are in Python both in terms of both syntax and installations. Over the course of two summers, he realized this vision with the creation in the open source CTurtle library which provides all of the C++ interactive graphics in this textbook. +

+
+ + + + + + + Preface + + +

+ This short ebook is intended to make it easy for anyone with at least some background in Python to transition to programming in C++. +

+

+ Portions of this book began as Java for Python Programmers by Brad Miller. These sections were translated to C++ by Jan Pearce and a team of excellent Berea College students in 2018 and early 2019. Other portions of this book began as web pages written by Jan Pearce as support for a Berea College C++ programming class. Still other sections were newly written by Jan Pearce for this ebook. +

+
+ +
+