Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~238 People Reached
Favorite Tags
c++ x 1
Member Avatar for aveenav

hello everyone, I am tutor at my school. If anyone needs any help with c++ till intermediate level for their assignments/projects. I could help you out for an affordable fee and error free solutions.

Member Avatar for rick22
-1
119
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
119