C++

PROGRAMMING FUNDAMENTALS C++

SYNOPSIS


PROGRAMMING FUNDAMENTALS course presents structured computer programing in the C++ language. It covers the basic concepts of C++ programs, fundamental control structures, array, structures, function and pointer in C++ language.

TOPICS

Topic 1 :  Introduction to C++ Programming 
Topic 2 :  Basic C++ program 
Topic 3 :  Program Control 
Topic 4 :  Array, Structure & Pointer
Topic 5  : Function

DOWNLOAD
  1. Course Outline for Student [Download]
  2. Introduction to DFC2073 [Download]
  3. Chapter 1 - Introduction to C++ Programming [Download]
  4. Chapter 2 - Basic of C++ Program [Download]
  5. Chapter 3 -  Program Control [Download]
  6. Chapter 4 - Array, Structure & Pointer [Download]
  7. Chapter 5 - Function [Download]
Updated: 9/2/2017 Dear students, i'll update soon. InsyaAllah. Enjoy your day with programming. Learn, understand and enjoy your codes!

10 comments:

  1. Dear KES2 student, left your email and i'll send the scheme (we discuss last class) to your email...

    tq

    ReplyDelete
  2. puan,C++ chap 2 punya part 2 dan part 3 xboleh download

    ReplyDelete
  3. TQ ZiQ... puan dah update yang latest punya. check it out =)

    ReplyDelete
  4. Puan...Maaf Baru Download...Tq for this note....Ur are the best Lect :D

    ReplyDelete
  5. nasrol, ure welcome.... download n baca yer... =)

    ReplyDelete
  6. puan array struct function and pointer tak boleh download .

    ReplyDelete
  7. Esha Chaa: Please download using CIDOS platform <3

    ReplyDelete
  8. Okay,thank you for the notes 👍😎

    ReplyDelete
  9. Ok thanks for the note. It's really help me to understand C++

    ReplyDelete

Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...