User Profile

Collapse

Profile Sidebar

Collapse
Abdulrahman
Abdulrahman
Last Activity: Dec 29 '13, 06:50 AM
Joined: Dec 29 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • you are right bro

    i was writing the first question i got some mistake the program looks good but there's nothing come out

    Code:
    #include<iostream>
    using namespace std;
     main()
    {
    	int var = -1,wordlen=0;
    	while (var)
    	{
    		wordlen++;
    	var = 1;
    	}
    	cout <<" The Word length of this Host Machine is" <<var <<"Bits." ;
    ...
    See more | Go to post
    Last edited by Rabbit; Dec 29 '13, 09:27 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

    Leave a comment:


  • some help porograming c++ (word length on host machine) and (matrices)

    please I have an exam to write a program about 2 questions

    Q1:Design, develop and execute a program in VCH to compute and print the word length th on host machine?

    Q2:Design, develop and execute a program in read two A (MXN) to Q) and compute the product ofA and B ifthe matrices are compatible for The multiplication. program must print the input matrices and the resultant matrix with suitable headings and format if the...
    See more | Go to post
No activity results to display
Show More
Working...