COS 212 Resources

COS 212 Resources

  • Docs

›Java Crash Course

Getting Started

  • Introduction
  • Installing Linux
  • Development Environment

Java Crash Course

  • Hello World
  • Compiling and Running
  • Makefile
  • Comments
  • Variables and Types
  • Operators
  • Slides

Tools

  • Version Control
  • Hello World with Git

Notes

  • Self Organising Lists

Comments

Similar to C/C++

// This is a single line comment

/* 
This is a
multi-line comment
*/

/*
 * This is a decorated
 * multi-line comment, which is easier to read
 */
Last updated on 2/9/2019 by Evert Geldenhuys
← MakefileVariables and Types →
COS 212 Resources
Docs
Getting Started
GitHubStar
Facebook Open Source
Copyright © 2019 Evert Geldenhuys