- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
6 Posted Topics
i have been given an oop project on quiz condution while using operator overloading and file handling ..plzz help:(
[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() { } …
chck thiz link to open xp n rar files... [url]http://www.fileden.com/[/url]
i have been given a project in c++ to write a program on quiz conduction in object oriented programming..... i want some help..
i also need a code in c++ on quiz conductionnn..........lolzzz its ma projct n urgenttt
The End.
sashaa