PROGRAMMING TECHNIQUE I

<--- back to main profile! 

As a fundamental subject, this course equips the students with theory and practice on problem solving techniques by using the structured approach. Students are required to develop programs using C++ programming language, in order to solve simple to moderate problems. The course covers the following: pre-processor directives, constants and variables, data types, input and output statements, control structures: sequential, selection and loop, built-in and user-defined functions, single and two dimensional arrays, file operations, pointers, and structured data types.

Programming Technique I

Reflection

By taking this course, I have learned many new concepts in C++. The syntax is very similar to the C language which I learned in foundation. Thus, this language was not that hard to understand. However, there are many hardships I faced especially with array and string data structures which make them more interesting to dive in deeper into the syllabus. Overall, C++ is one of the best languages to learn first as a beginner as it teaches us the right fundamentals with data types, strings, and memory management. I wish to give my 300% into programming so I can become a successful developer in the future.