Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic C++ Syntax #29

Closed
12 tasks done
arifyunando opened this issue Oct 18, 2021 · 0 comments · Fixed by #41
Closed
12 tasks done

Basic C++ Syntax #29

arifyunando opened this issue Oct 18, 2021 · 0 comments · Fixed by #41
Labels
enhancement New feature or request Major Development Algorithm list to be implemented

Comments

@arifyunando
Copy link
Contributor

arifyunando commented Oct 18, 2021

General Information

Pemograman pada hakekatnya adalah proses perencanaan dan perancangan seperangkat perintah atau tugas tertentu yang akan dijalankan oleh komputer. Perintah atau tugas ini termasuk diantaranya operasi aritmatik, pengaturan alur kerja proses, pengulangan, dll. Pembahasan tata cara penulisan dalam bahasa C++ akan dibahas dalam issue ini

Development

Berikut adalah topik - topik yang akan dicover untuk Basic C++ Syntax

  • Introduction
  • Variable and data type
  • pointer and reference
  • operator
  • conditional
  • looping
  • array
  • dynamic array (8_dynamic_array)
  • multidimensional array (9_multidimensional_array)
  • function (10_function)
  • recursion (11_recursion)
  • class and struct (12_class_struct)

Information for Contributors

Bagi teman-teman yang ingin melakukan kontribusi untuk topik-topik di atas, silahkan komen di dalam issue ini. Terima kasih.

Terms

  • Baca dan ikuti arahan di CONTRIBUTING.md
  • Tidak menggunakan using namespace std;

Tasks

  • Penjelasan dalam README.md
  • File .cpp yang bisa dieksekusi
@arifyunando arifyunando added the enhancement New feature or request label Oct 18, 2021
@nuraskiah nuraskiah pinned this issue Oct 19, 2021
@nuraskiah nuraskiah linked a pull request Oct 20, 2021 that will close this issue
8 tasks
@arifyunando arifyunando added the Major Development Algorithm list to be implemented label Oct 21, 2021
@nuraskiah nuraskiah reopened this Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Major Development Algorithm list to be implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants