Giter Club home page Giter Club logo

seeplusplus's Introduction

Project Description

Every quarter, CS106B students dread learning recursion and pointers, arguably the two hardest concepts in CS106B. We're excited to develop see++, a C++ memory visualization tool, to help students better understand how code affects memory. see++ lets students watch their code execute line by line, updating local variables as well as heap memory, helping them understand pointers in much greater detail.

Ultimately, see++ will help students understand pointers, the stack, and the heap in more detail and even debug their own code that manipulates linked lists and trees.

Marty Stepp, Lecturer of CS106A/B/X at Stanford University, describes the need and use for see++:

I have taught introductory computer programming at the college level since 2001. In my experience, many students struggle with creating a proper mental model of the state of a program as it is running. The layout of the program and its data and state in memory, along with the changes to that state over time as the program runs, are very important for students to understand. Being able to simulate these aspects of a program's state helps students write correct code and find bugs in existing code. We instructors often draw pictures with boxes and labels to help students picture the variables and function call stacks in their code, but it can be tedious and error-prone to try to draw a new picture for every program.

In particular, data structures and recursion present challenges for many students. Recursion requires a deep understanding of a program's call stack, along with the various data and state for each call. Data structures such as linked lists and arrays produce complex references and pointers between different regions of the computer's memory. Maintaining an accurate mental model of a data structure such as a linked list is a challenging task, particularly if the structure is changing as the program is running.

Tools like See++ that help automate the visualization of such code are extremely valuable for students who are learning these challenging topics. I'm very excited about the See++ project and can't wait to show it to my students in the coming school year.

Below is an example of a visualization possible with our interface:

Getting Started

To use our tool, go to See++. To join development on our tool, please check out our Wiki.

Team Communication

Our internal communication is largely through Facebook Messenger. However, we are maintaining a Google Drive with our weekly blog posts and other team materials, which is available to view here. Others may communicate with our team through email.

Weekly Blog

Our blog posts are located in the Blog Posts folder in our Google Drive folder.

Brought To You By:

Kashif Nazir, Ashley Taylor, Lucy Wang, and Maria Yang

seeplusplus's People

Contributors

ruechy avatar ataylor4 avatar knazir avatar mariamyang avatar deektionary avatar

Stargazers

RISHABH KUMAR PANDEY avatar Fireflash avatar AUGPath avatar Tryptamine avatar Jade Manning avatar  avatar  avatar Walter C avatar  avatar  avatar  avatar  avatar  avatar David Szczepanik avatar Adnan Ahmed avatar Jakub Beránek avatar  avatar ByteStack avatar Hongyuan Liu avatar José Vilca Campana avatar skadiD avatar Kripto avatar mayurj avatar Emil avatar Aneesh Damle avatar Cameron Moore avatar calm avatar Gérard Rozsavolgyi avatar Lilian Besson avatar Aaron Tang avatar Eli Strauss-Reis avatar Nicholas Bowman avatar  avatar

Watchers

James Cloos avatar  avatar

seeplusplus's Issues

Site down

Hi! seepluspl.us has been down for a little bit, are there any plans to bring the site back up and continue to provide access to this amazing tool? Thanks so much!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.