Code Monkey home page Code Monkey logo

cs106l-sp23's Introduction

CS 106L, Standard C++ Programming, Spring 2023

Before starting CS144, I need an elegant designed course to master the advanced language features of C++. Undoubtedly, CS106L is a good choice. If you have the similar plan, give it a try.

๐ŸŒŸ This course has been fully uploaded and all assignments have been finished.

I think CS 106L doesn't provide enough practices for students. Amirkabir University of Technology 1400-2: Advanced Programming Course provides lots of C++ exercises and you can find them in aut courseworks.

Configuration

The assignments use C++ standard c++17, which requires specific g++ version to support it. Otherwise, you will encounter strange errors.

Little Story: The setup.sh script in assignment1 thrown std::bad_alloc when I was about to start coding. It really gave me a shock. Obviously, the teachers might want to give me a another chance to exercise GDB. ๐Ÿค”

add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-11 g++-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 10

Progress

Lectures

  • Lecture 1 - 15 (I have read 2021 win materials)
  • Lecture5: Practice with Streams - Basic functions
  • Lecture6: Iterators - Basic functions
  • Lecture8: Practice with Classes - Add insert, erase, clear, capacity, pop_back and some const version methods and rvalue methods. What's more, gtest is used.

Assignments

License

MIT License

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.