Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~186 People Reached
Favorite Forums
Favorite Tags
c++ x 2
c x 1
Member Avatar for MKDWOLF
Member Avatar for MKDWOLF

Can somebody help me with this code. The program need to repeat until the user wants to quit. [code]#include<conio.h> #include<iostream> #include <cstdlib> #include <stdlib.h> using namespace std; int opcio1(); int opcio2(); int opcio3(); int main() { int choice; cout << "==========================================" << endl; cout << " Menu" << endl; cout …

Member Avatar for WaltP
0
118