Skip to content
#

pointers-and-arrays

Here are 33 public repositories matching this topic...

Basics of Compilers in relationship to C++ compilation to object and machine code via makefile scripting. Basics of Algorithmic Design - Essentially how to design a sequence of precise instructions that leads to a solution. Principles of object-oriented programming design

  • Updated Mar 31, 2024
  • C++

Fungsi yang harus mengembalikan pointer ke array 4-integer (8-bit) yang sesuai dengan nilai dalam int 32-bit sebagai masukkan. Dengan batasan fungsi dapat dilakukan diatas platform ESP8266 atau Arduino Uno. Contoh: input adalah 0x12345678, output harus berupa pointer ke {0x12, 0x34, 0x56, 0x78} Jika memungkinkan, typedef atau #define harus digun…

  • Updated Apr 16, 2019
  • C++

Improve this page

Add a description, image, and links to the pointers-and-arrays topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pointers-and-arrays topic, visit your repo's landing page and select "manage topics."

Learn more