Git Product home page Git Product logo

arraylist's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @wachidsusilo
  • ๐Ÿ‘€ Iโ€™m interested in any sort of programming
  • ๐ŸŒฑ Iโ€™m currently learning NodeJS, React, Android Studio, and Arduino
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on any project
  • ๐Ÿ“ซ Get in touch with me on Facebook

arraylist's People

Contributors

wachidsusilo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

arraylist's Issues

Couldn't include the library to Ardunio IDE

I tried to include the library via including the zip. But the IDE gave me an error. Also there is no such library in library manager. ArrayList.h also includes itself. How can I include this?

Questions about const

Sorry, I don't speak English..............

Code:

struct WIFI_List_Struct {
  const size_t bufferSize = JSON_OBJECT_SIZE(6) + 64;
  String SSID;
  String MAC;
  int Channel;
  bool isHidden;
  int RSSI;
  String Encrypt;

  void save(const JsonVariant &obj);
  void load(JsonVariant &obj) const;
};


struct WIFI_Scan_Struct {
  int State;
  int Num;
  ArrayList<WIFI_List_Struct> WIFI_List;


  void save(const JsonVariant &obj);
  void load(JsonVariant &obj) const;
};

Error:

sketch\ArrayList.h: In instantiation of 'bool ArrayList<T>::reallocate(size_t) [with T = WIFI_List_Struct; size_t = unsigned int]':

sketch\ArrayList.h:36:9:   required from 'ArrayList<T>::ArrayList() [with T = WIFI_List_Struct]'

sketch\WIFI_Scan.h:22:8:   required from here
ArrayList.h:285:29: error: use of deleted function 'WIFI_List_Struct& WIFI_List_Struct::operator=(const WIFI_List_Struct&)'

  285 |                 newBlock[i] = m_Data[i];
      |                 ~~~~~~~~~~~~^~~~~~~~~
exit status 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.