🔒 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.

About this Thread

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

Trending Topics

Online now

Members online
822
Guests online
659
Total visitors
1,481

Forum statistics

Threads
2,279,442
Posts
28,990,737
Members
1,225,914
Latest member
joh62
Back
Top