🔒 Closed Tama ba ang pag call using bridge?

Status
Not open for further replies.

Kiss21

Eternal Poster
I Want to connect End() and Mainmenu()
In the functionname END() I will call MAINMENU2(). Then Inside MAINMENU2(), I Will Call Mainmenu1(). Inside Mainmenu1(), I Will call Mainmenu()But the error is the 3 functionname() identifier not found.

any suggestion mga master :D Hehehe
 
?????????
I Want to connect End() and Mainmenu()
In the functionname END() I will call MAINMENU2(). Then Inside MAINMENU2(), I Will Call Mainmenu1(). Inside Mainmenu1(), I Will call Mainmenu()But the error is the 3 functionname() identifier not found.
 
I Want to connect End() and Mainmenu()
In the functionname END() I will call MAINMENU2(). Then Inside MAINMENU2(), I Will Call Mainmenu1(). Inside Mainmenu1(), I Will call Mainmenu()But the error is the 3 functionname() identifier not found.

try nyo po icheck names ng function baka po may typo or yung order ng declaration ng functions di maayos
Code:
MainMenu(){
    //do something...
}
Mainmenu1(){
    Mainmenu();
}
MAINMENU2(){
    Mainmenu1();
}
END(){
    MAINMENU2();
}

void main(){
    END();
}
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 3
    Replies
  • 479
    Views
  • 3
    Participants
Last reply from:
Shiraori

Trending Topics

Online now

Members online
940
Guests online
1,655
Total visitors
2,595

Forum statistics

Threads
2,292,827
Posts
29,079,681
Members
1,209,530
Latest member
paula2026
Back
Top