Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
8
Posts with Downvotes
2
Downvoting Members
8
1 Commented Post
0 Endorsements
~869 People Reached
Favorite Forums
Favorite Tags
c++ x 8
Member Avatar for kiLLeR-eyEd_14

[code=c]#include<iostream.h> #include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> #include<windows.h> class TelCom { public: void menu(); void billing(); void viewlogs(); void prepaidOperations(int form); double compute(char user[9],int cid,char plan,double csms,int cmms,double ccall); }; class BoxLines { public: void box(int x1,int y1,int x2,int y2); void line(int x1, int y1, int x2); }; void sleep(unsigned int mseconds) …

Member Avatar for kiLLeR-eyEd_14
-2
96
Member Avatar for kiLLeR-eyEd_14

Hello peepz..Please try to look at my codes and read every comments i put there..I hope someone could help me with it..Especially those it graduates and higher level to me..I'm only first year college student..We're on visual c++..This is the link to my codes, please [url=http://ke14.emenace.com/Files.zip]download[/url] and post the solved …

Member Avatar for rahul8590
-6
773