CrazyEngineers
  • C++ Supports Pointers or Not

    Nikumbh

    Member

    Updated: Oct 22, 2024
    Views: 1.1K
    Does c++ supports pointers or not? if it is then how it can provide security over data. Elaborate pls....And thank you very much in advance.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • gaurav.bhorkar

    MemberSep 23, 2011

    Yes, C++ supports pointers.
    Ex. int *p; //a pointer to an integer variable

    What do you mean by "security over data"?
    Access to members of a class can be controlled by using the access specifiers (private, public).
    Are you sure? This action cannot be undone.
    Cancel
  • Pensu

    MemberSep 23, 2011

    Yes, C++ supports pointers. And i dont know how it is related to data security, and as gaurav said u have abstraction in C++ to support security.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register