Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements

6 Posted Topics

Member Avatar for sashaa

i have been given an oop project on quiz condution while using operator overloading and file handling ..plzz help:(

Member Avatar for daviddoria
0
43
Member Avatar for Supriyo

[CODE]#include "stdafx.h" #include<iostream> using namespace std; class employee { protected: int basesal; int houserent; int tax; public: employee() { } employee(int a, int s,int t) { basesal=a; houserent=s; tax=t; } virtual int getsal() { int netsalary; netsalary=basesal+houserent-tax; return(netsalary); } }; class salesrep:public employee { int commission; public: salesrep() { } …

Member Avatar for rahul8590
0
261
Member Avatar for mahdi68
Member Avatar for mahdi68
0
198
Member Avatar for cthoes
Member Avatar for sashaa

i have been given a project in c++ to write a program on quiz conduction in object oriented programming..... i want some help..

Member Avatar for daviddoria
0
41
Member Avatar for KathySbeat

i also need a code in c++ on quiz conductionnn..........lolzzz its ma projct n urgenttt

Member Avatar for sashaa
0
105

The End.