Skip to main content
DYann.1
Senior II
September 14, 2022
Question

How To call a function in c++

  • September 14, 2022
  • 2 replies
  • 606 views

Hi,

I recovered a program and I would like to use but I do not understand very well. Could you give me some info.

Thank you for your helps

Regards

    This topic has been closed for replies.

    2 replies

    DYann.1
    DYann.1Author
    Senior II
    September 14, 2022

    I have this function and I would like to call from my Main.

    0693W00000SvMVbQAN.pngThank you for your helps

    DYann.1
    DYann.1Author
    Senior II
    September 14, 2022

    Hello,

    Now I declared a variable of class SGTL500

    0693W00000SvMzMQAV.pngAnd when I want to initialize with the method (void sgtl5000 :: init(void))

    I call it that way

    audio.init();

    But after I'm stuck at this feature :

    0693W00000SvN1rQAF.pngI feel like I'm stuck at this function but I don't know what it's for. Do you have any idea where my problem comes from ?

    0693W00000SvN2QQAV.pngThank you for your helps.

    I am attaching a copy of my project.