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
~2K People Reached
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for shahid

i am trying to Calculate the physical memory address generated by the following segment offset pairs. please you check my solution. thanks Answer: a. 1DDDh:0436h [COLOR="Blue"] [B] 1E206 [/B][/COLOR] b. 1234h:7920h [COLOR="blue"][B]19C60[/B][/COLOR] c. 74F0h:2123h [COLOR="blue"][B]77023[/B][/COLOR] d. 0000h:6727h [COLOR="blue"][B]06727[/B][/COLOR] e. FFFFh:4336h [COLOR="blue"][B]104326=04326[/B][/COLOR] f. 1080h:0100h [COLOR="blue"][B]10900[/B][/COLOR] g. AB01h:FFFFh [COLOR="blue"][B]1AB00[/B][/COLOR]

Member Avatar for mostafadotnet
0
169
Member Avatar for shahid

[I]This post has been edited by your friendly neighborhood forum nazis[/I] [url=http://www.daniweb.com/techtalkforums/announcement8-2.html]We don't do homework![/url] [url=http://www.catb.org/~esr/faqs/smart-questions.html#homework]We're not stupid![/url] There are two things you lack: honesty and integrity. As these are desirable traits for a student, I suggest you forget about programming and pursue a career in politics. Chances are good …

Member Avatar for perniciosus
0
95
Member Avatar for shahid

Note:- There are three files that will work by combining in a project. Most of the code for the Tokenizer class is already provided. You are to complete the routine Tokenizer::getTokens. The routine currently handles single entry, single range start and single range end. Your job is to the put …

Member Avatar for Rashakil Fol
0
98
Member Avatar for shahid

i write c++ program using template class that program take lenght and width of rectangle as integer, float and double and display the area and perimeter of rectangle. but my program does not run. please some one check this mention mistake or write this in a better way code: [code]//header …

Member Avatar for CrazyDieter
0
99
Member Avatar for dark7angelx07

[code]#include<iostream.h> #include<conio.h> main() { // declare variables int number, digit; // prompt the user for input cout <<"Please enter 4-digit number:"; cin>>number; //get the first digit and display it on screen digit = number % 10; cout <<"The digits are;"; cout <<digit <<","; //get the remaining three digits number=number/10; //get …

Member Avatar for Narue
1
649
Member Avatar for shahid

please someone give me some idea to write this program Write a C++ program that has class 1) math Math class has only one data member number and member function display that will display the data member number. Write the constructor of your math class that will initialize the data …

Member Avatar for Dave Sinkula
0
163
Member Avatar for mina1984

i write (GCD) programming code for you in two ways. you check this and compare with your code First: // Header files #include <iostream.h> #include<conio.h> void GCD(int, int); // Function prototype int main() { int first; // integer variables first to store first number int second; // integer variables second …

Member Avatar for mina1984
0
391
Member Avatar for shahid

Write a C++ program that has class 1) math Math class has only one data member number and member function display that will display the data member number. Write the constructor of your math class that will initialize the data member number with the value zero. Program will overload the …

Member Avatar for alc6379
0
151
Member Avatar for shahid

My program does take the inputs from user and does not given required results and also does not check the employee is a manger or programmer. Please some one check my code and correct it or write a better coding for this program. Code and program details is given below.Thanks. …

0
76
Member Avatar for shahid

I write a C++ program, which stores the information about of the company’s employees. First I create a class named as Employee having following attributes. 1: id 2:name 3: sal 4: address Take input of all the four attributes from the user using four different setter functions. Class has following …

Member Avatar for BruceWilson512
0
112

The End.