Skip to content

This is the tutorial files for the revision of DCIT104 course as taught in 2020. This covers the Basics of c++, Control Structures, Arrays and Functions.

Notifications You must be signed in to change notification settings

Otumian-empire/DCIT104-tutorial-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCIT104 Revision Tutorial Files

This is the tutorial files for the revision of DCIT104 course as taught in 2020. This covers the Basics of c++, Control Structures, Arrays and Functions.

Topics

  • Basic
    • Variables
    • iostream header file
    • Operators
      • arithmatic
      • relational
      • logical
  • Control Structures
    • Selection
      • if
      • if and else
    • Repetition
      • for
      • while
  • Arrays
    • Declaring
    • Initializing
    • Looping
  • Functions
    • Declaring
    • Definig
    • Header files

Create a cplusplus file

  • source file: file_name.cpp
  • header file: file_name.hpp

How to compile

Using Gnu c++
c++ file_name -o app -Wall

Basics

The basics are all in int_main.cpp file.

Run

./app

About

This is the tutorial files for the revision of DCIT104 course as taught in 2020. This covers the Basics of c++, Control Structures, Arrays and Functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages