ผลต่างระหว่างรุ่นของ "Ske algo lab/lab 1 notes"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย ': ''This is part of ske algo lab'' '''Notes for lab 1''' In this lab, you will learn C++ by working on exercises. Tasks 01 - 07 ...')
(ไม่แตกต่าง)

รุ่นแก้ไขเมื่อ 19:38, 5 สิงหาคม 2561

This is part of ske algo lab

Notes for lab 1

In this lab, you will learn C++ by working on exercises. Tasks 01 - 07 are simple tasks to familiarize you to C++ syntax. Tasks 08 - 10 are slightly more problem-solving tasks. As we proceed into the course, you will get more problem-solving tasks.

The following are additional notes for lab 1.

  • General notes:
    • Data types: you will see explicitly int and bool. You will also use string constant.
  • 01 Hello, C++
    • Pay attention to the comments on namespaces, i.e., the line using namespace std.