Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

+Static/Dynamic length arrays; ~updated casting #21

Merged
merged 13 commits into from
Jul 29, 2020
Merged

+Static/Dynamic length arrays; ~updated casting #21

merged 13 commits into from
Jul 29, 2020

Conversation

AjaniBilby
Copy link
Member

Added:

  • Staticly defined length arrays
  • Dynamically defined length arrays
  • static_cast
  • sizeof
  • malloc
  • free

Changes:

  • Templates usable for datatypes
  • bit_cast/truct/extend removed infavor of static_cast and future reinterpret_cast

@AjaniBilby AjaniBilby self-assigned this Jul 29, 2020
@AjaniBilby AjaniBilby changed the title Dev +Static/Dynamic length arrays; ~updated casting Jul 29, 2020
@AjaniBilby AjaniBilby linked an issue Jul 29, 2020 that may be closed by this pull request
@AjaniBilby AjaniBilby changed the base branch from main to dev July 29, 2020 06:30
@AjaniBilby AjaniBilby merged commit 7236129 into qupa-project:dev Jul 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Able to access out of bound static length arrays
1 participant