Git Product home page Git Product logo

umji-ve280-fa2020's Introduction

UMJI-VE280-FA2020

How to handle this course?

Preparation

  • Basic C++ knowledge (believe you have mastered C++ in VG101)
  • C++ compilers & your favorite way to write code and test
  • A linux environment (not compulsory, only suggested) Check here to learn how to install. Besides these ways, I also recommend you find a server. Aliyun, Baidu and other cloud service providers all have student plans. You can buy a cloud server in a relatively low price as a student (chances may be limited).
  • valgrind: a program you will use later in the course. You'd better try installing it on your own system. If not available, you can try a linux system.

Lectures

  • You should be able to understand all the slides. You don't need to look too deep into the mechanism of C++. If you meet some confusing and weird knowledge, you can also just remember them (e.g. typedef).
  • Looking at the slides are also helpful when you are writing you projects.

Projects

  • Read project description carefully and repeatedly. Takes notes when necessary.
  • Take some time to design and analyze before coding. You should have a general idea of what the whole program woud be like. You don't have to figure out all details at first.
  • Test!!! Don't just write the code and leave the project behind. Passing the sample case and pretest doesn't mean anything. Testing is also an important ability for coding. The time ratio of coding:testing should be at least 1:1.
  • Good coding style & habit: readable variable names, necessay comments, avoid duplication, subroutines (Single Responsibility Principle), consistent indentation.
  • Start early and enjoy.

Credit

Some of the content in this repo references Martin and materials from TAs in previous semesters. Great thanks to your efforts and dedication.

umji-ve280-fa2020's People

Contributors

harveyqiu avatar nichujie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.