SECJ1013-08 PROGRAMMING TECHNIQUE 1

This course introduces the student fundamental concept of using C++ programming languages. Throughout the semester, students are required to complete both lab exercises on each chapter with group assignments based on the given case studies.

Viewers are encouraged to watch my explanation videos regarding the coding that we have done based on group assignments.

INTRODUCTION

In this course, we have learned 7 main subtopics regarding C++ which are:

  1. Program problem-solving
  2. Elementary Programming
  3. Control Structure
  4. Functions
  5. Array
  6. Input and Output
  7. Pointer

REFLECTION

Basically, the important knowledge from this course is of course learning C++ languages. From my previous experience of learning C programming back in my foundation, I realized that both languages only have a little bit difference in terms of displaying outputs and getting inputs. This course had taught me how to build a simple system with C++ where our group are assigned to create a hotel management system.  When it comes to coding in group, it is really hard to work together despite that we are study from home and cannot meet one another. Most of the challenging parts is when we could not code collaboratively (because not all of my team  members are using Visual Studio Code when coding). However, our team manage to understand one another by assigning each tasks given equally. It is indeed a good experience since there are other students who have deeper understanding of C++ since they already learned it back then. Hence, my goal for this course to fully master all the fundamental concept of C++ which could grant me a huge advantage when working in the industry field.

ASSIGNMENT RELATED (INDIVIDUAL)