SimpleCxxLib

所属分类:C/C++工具库
开发工具:C++
文件大小:1089KB
下载次数:0
上传日期:2023-04-17 15:38:03
上 传 者sh-1993
说明:  SimpleCxxLib,一个简单的C++库,用于介绍CS。来自斯坦福德CPPLib的叉子。
(SimpleCxxLib,A simple C++ library for introductory CS. A fork from StanfordCPPLib.)

文件列表:
CMakeLists.txt (1471, 2023-05-22)
LICENSE (35149, 2023-05-22)
examples (0, 2023-05-22)
examples\DrawDiagonals (0, 2023-05-22)
examples\DrawDiagonals\CMakeLists.txt (1011, 2023-05-22)
examples\DrawDiagonals\src (0, 2023-05-22)
examples\DrawDiagonals\src\DrawDiagonals.cpp (1779, 2023-05-22)
examples\DrawLines (0, 2023-05-22)
examples\DrawLines\CMakeLists.txt (943, 2023-05-22)
examples\DrawLines\src (0, 2023-05-22)
examples\DrawLines\src\DrawLines.cpp (1955, 2023-05-22)
examples\DrawRectangles (0, 2023-05-22)
examples\DrawRectangles\CMakeLists.txt (953, 2023-05-22)
examples\DrawRectangles\src (0, 2023-05-22)
examples\DrawRectangles\src\DrawRectangles.cpp (4261, 2023-05-22)
examples\Flower (0, 2023-05-22)
examples\Flower\CMakeLists.txt (949, 2023-05-22)
examples\Flower\src (0, 2023-05-22)
examples\Flower\src\Flower.cpp (2130, 2023-05-22)
examples\GHelloWorld (0, 2023-05-22)
examples\GHelloWorld\CMakeLists.txt (961, 2023-05-22)
examples\GHelloWorld\src (0, 2023-05-22)
examples\GHelloWorld\src\GHelloWorld.cpp (1642, 2023-05-22)
examples\GraphicExample (0, 2023-05-22)
examples\GraphicExample\CMakeLists.txt (960, 2023-05-22)
examples\GraphicExample\src (0, 2023-05-22)
examples\GraphicExample\src\GraphicsExample.cpp (2679, 2023-05-22)
examples\PacMan (0, 2023-05-22)
examples\PacMan\CMakeLists.txt (999, 2023-05-22)
examples\PacMan\src (0, 2023-05-22)
examples\PacMan\src\PacMan.cpp (2449, 2023-05-22)
examples\Snowflake (0, 2023-05-22)
examples\Snowflake\CMakeLists.txt (1275, 2023-05-22)
examples\Snowflake\include (0, 2023-05-22)
examples\Snowflake\include\gsnowflake.h (1772, 2023-05-22)
examples\Snowflake\src (0, 2023-05-22)
examples\Snowflake\src\Snowflake.cpp (1785, 2023-05-22)
... ...

# SimpleCxxLib The `SimpleCxxLib` package is a simple C++ library for introductory CS which is currently being used in [CS101: Programming Abstractions in C++](https://cs101.stickmind.com) course. This is a fork from [the Stanford C++ libraries](https://cs.stanford.edu/people/eroberts/StanfordCPPLib/) originally developed by Eric Roberts and Keith Schwarz. ## Documentation - [The Simple C++ Libraries](https://cppdoc.stickmind.com/) ## Environment `Qt Creator` is an integrated development environment (IDE) with tools to edit, build, run, and debug programs. The latest Qt 6 is strongly recommended. - [Install Qt Creator](https://www.qt.io/download-qt-installer) The `SimpleCxxLib` libraries also interact with Java, so `Java 8` is needed for running programs properly. - [Install JDK 8](https://adoptium.net/temurin/releases/?version=8) ## How to use it Using this libary, you can test all the examples in the excellent book [**Programming Abstractions in C++**](https://cs.stanford.edu/people/eroberts/books/ProgrammingAbstractionsInC++/) by Eric Roberts. You can check those demos here: - [Programming Abstractions in C++](https://github.com/xuehao/Programming-Abstractions-in-Cpp/) - a CMake-version source code

近期下载者

相关文件


收藏者