cancel
Showing results for 
Search instead for 
Did you mean: 

How To call a function in c++

DYann.1
Senior

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

2 REPLIES 2
DYann.1
Senior

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

0693W00000SvMVbQAN.pngThank you for your helps

DYann.1
Senior

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.