Programming Technique I

C++

What is C++?

C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes".  

Learning C++

I am equipping myself with theory and practice on problem solving techniques by using the structured approach. I am 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.

C++

Details

Reflection RSS

To be honest, I have no basics in programming learning so I have struggled at the starting point. Struggling to grasp the idea, to think like a computer, to learn the syntax and language of programming. In order to overcome the struggles, I have made efforts by reading the reference book recommended by my lecturer, going through online tutorials as well as practicing hands on learning. 

Details