Forum: Assembly May 6th, 2006 |
| Replies: 3 Views: 1,878 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 1E206 ... |
Forum: C Nov 19th, 2005 |
| Replies: 1 Views: 1,157 This post has been edited by your friendly neighborhood forum nazis
We don't do homework! (http://www.daniweb.com/techtalkforums/announcement8-2.html)
We're not stupid!... |
Forum: C++ Sep 29th, 2005 |
| Replies: 1 Views: 1,729 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... |
Forum: C++ Jul 13th, 2005 |
| Replies: 3 Views: 2,740 << moderator edit: merged threads >>
I try towrite a c++ program using template class. program take input leght and width of a rectangle as integer, double and float from user and given output... |
Forum: C++ Jul 13th, 2005 |
| Replies: 3 Views: 2,740 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.... |
Forum: C++ Jul 8th, 2005 |
| Replies: 9 Views: 1,686 i write following program but my program does not run and not given required output. please someone check this and correct this or write this in better form.thanks. program and coding is given below:... |
Forum: C++ Jul 6th, 2005 |
| Replies: 9 Views: 1,686 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... |
Forum: C++ Jul 6th, 2005 |
| Replies: 14 Views: 5,366 #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... |
Forum: C++ Jul 2nd, 2005 |
| Replies: 10 Views: 17,775 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); //... |
Forum: C++ Jun 28th, 2005 |
| Replies: 2 Views: 2,434 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... |
Forum: C++ Jun 26th, 2005 |
| Replies: 0 Views: 1,918 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... |
Forum: C++ Jun 25th, 2005 |
| Replies: 2 Views: 1,150 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 ... |
Forum: C++ Jun 25th, 2005 |
| Replies: 2 Views: 1,150 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 ... |