Skip to content

ricardolq/icp1_s5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Welcome to the icp1_s5 repository!

Description

This repository is created to ilustrate some examples using Pointers.

Getting Started

To get started with this repository, we'll be working with a VSCode setup and CMake Remember to Configure project in order to activate CMake menu

Folder Structure

The repository has the following folder structure:

  • src folder has the source code of different examples

Inside this folder:

  • callback is an example of using function as parameters
  • basicstruct is a basic example of how to declare a struct
  • basicunion is a basic example of how to declare an union
  • pointerstruct is a basic example of pointer to struct
  • pointerunion is a basic example of pointer to union
  • swap is an example of parameters by reference
  • dynamicmemory contains examples of how to allocate, reallocate and free memory

Contributing

Contributions to this repository are welcome. If you find any issues or have suggestions for improvements, please create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published