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
~431 People Reached
Favorite Forums
Favorite Tags
c++ x 11
Member Avatar for Rayanjaha

HI guys ~ i am trying to find Active Queue Management in Computer Networking a Top-Down book but i can't find it . tomorrow i have final exam , and i was checking last year exams i saw this question but i don't know how to solve it can some …

0
40
Member Avatar for Rayanjaha

I have exam tomorrow about the network layer , last week the prof. give us quiz witch i couldn't solve it , can any one do solve it ? question is : add router 3 to the table witch have router 1,2and 4 and write the change on the table …

0
49
Member Avatar for Rayanjaha

Q: find the area of the rectangle using 2 objects This is my code with out the 2 objects normal code [CODE] #include<iostream> using namespace std; class rectangle { int q,w ; public : void set_value (int e, int r) { q=e; w=r; } int area() { return q*w ; …

Member Avatar for mrnutty
0
113
Member Avatar for Rayanjaha

i want to write a program can caulate the area of a circle and squar using overloaded functions, i tried but it didnt work , what i missing here ? [CODE]#include<iostream> using namespace std; class math { int r; double d; public: void set_value(int t) { r = t; } …

Member Avatar for gerard4143
0
105
Member Avatar for Rayanjaha

Hi guys ! I am trying to find out how to do this problem using construction with useful value , here is Can I use cons traction with [CODE]public :             void set_value (int e, int r)                 …

Member Avatar for sundip
0
124