Create a visual c++ project and evaluate it

Assignment Help C/C++ Programming
Reference no: EM13938587

I have still problem with VisualStudio.Net C++ (2003)

I can't run almost all of program that already worked. when I do "copy" and "past"

These program, in Microsoft Visual Studio .Net C++(2003), all send same error:

f:Assignment-1stdafx.cpp(9): fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory.

These programs worked befor in another computer (VisualStudio.Net C++ (2003))

I asked to your friends who help me for a assignment. She/he sent this program:

#include<iostream.h>
#include<conio.h>
#include<string.h>
char xor(char a,char b)
{
if((a=='0' && b=='1') || (a=='1' && b=='0'))
return '1';
else
return '0';
}
void main()
{
clrscr();
int n,i=0;
char s[2][50];
cout<<"enter length-";cin>>n;
char *s1,*s2,*s_and,*s_or,*s_xor=new char[n];
cout<<"n Enter first bit string- ";cin>>s1;
cout<<"n Enter second bit string- ";cin>>s2;
while(n>0)
{
s_xor[i]=xor(s1[i],s2[i]);
s_and[i]=(s1[i]&s2[i]);
s_or[i]=s1[i]|s2[i];

n--;
i++;
}
s_and[i]='';
s_or[i]='';
s_xor[i]='';
cout<<s_or<<"(BITWISE OR)<<endl<<s_and<<"(BITWISE AND)"<<endl<<s_xor<<"(BITWISE XOR)";
getch();
}
But still I have same error.

I already asked question . He/she send this Email;

However, assuming you are having a problem with precompiled headers and you are not using any, try doing this. Go to

Project->properties->Configuration properties->Precompiled Headers-> Create/use precompiled headers to Not using precompiled headers

But still doesn't work

Would you do a favor for me? Would you create a Visual C++ project and put this program in the folder and than send for me.

And also display for me what is my problem.

Attachment:- Assignment-1.zip

Reference no: EM13938587

Questions Cloud

How do differential leukocyte count aid in medical diagnosis : In counting 100 leukocytes you are accurately able to distinguish 15 basophils. Is this a normal number for the white blood cell count, and what possible health implication can you draw from this?
Discuss the difference between terms that are conditions : Discuss the subject matter of the contract. For example does it involves the purhase of equipment or the provision of services or is it some other nature? Identify any proprietory rights that either party to the contract may possess in relation to..
Analyze key marketing activities-strategies of a product : Marketing Analysis Report, Describe and analyze key marketing activities and strategies of a product or organization of your choice.
What is the functional nature of a portal system : How does the decrease in vital capacity potentially influence an individual's athletic performance or aerobic condition as aging occurs? What is the functional nature of a "portal system" and how does it differ from normal venous return flow?
Create a visual c++ project and evaluate it : Project->properties->Configuration properties->Precompiled Headers-> Create/use precompiled headers to Not using precompiled headers
How to independently research particular aspect of the law : In relation to the energy drinks that were described in the segment, explain the basis of any liability in the tort of negligence that the manufacturers of those drinks might have to Australian consumers.
Which of the protective factors are most significant : According to your text and your reading "Risk and Protective Factors of Child Delinquency" state in 300-500 words, Which of the protective factors are most significant? Least significant
Provide examples of how cash is used or provided depending : Provide examples of how cash is used or provided depending on whether it is categorized as an asset or liability.
In the early days of information systems : In the early days of information systems, the IT department controlled all of the components of the system from data retrieval to processing to reporting. Today, the IT department is being directed to do the same tasks, but uses devices that are mobi..

Reviews

Write a Review

C/C++ Programming Questions & Answers

  By a minimal interpretation that makes a formula

By a minimal interpretation that makes a formula true, we mean that if one atom is removed from the interpretation then the resulting interpretation does no longer make the formula true.

  Why are timestamps used in the kerberos protocol

Assume that Alice shares a secret s with her company's server computer. When Alice is on a trip, she tries to store an important message in the CEO's account directory.

  What more efficient way to write this function for matrix

What's a more efficient way to write this function for a matrix? This one has to go through all the numbers, but that would take too long. r_num is row and c_num is column

  Program that stores information for date-time objects

Derive class WeekDay from class DateTime such that WeekDay::display() will display local date time using values from the parameters and the corresponding weekday.

  Write a program that displays the size of a population

Write a function that calculates the size of the population after a year. To calculate the new population after one year.

  Add a sentinel command to stop the loop

add a sentinel command to stop the loop. When the program is compiled, It'll ask the user to type in a palindrome. I want the user to type EXIT to end the loop.

  Android activity program

Design an app with a single activity that shows the following information about that activity every time that activity is visible to the user. This information should be shown in the layout of that activity

  What will be the value of xafter executing the above switch

If x = 3, then what will be the value of xafter executing the above switch statement?

  Optimize the preceding code for kathy

Optimize the preceding code for Kathy and find out the errors (if any). What would be the output of the preceding code, if the first number is 46 while the second number is 37?

  Write recursive boolean method to accept array and value

Write down the recursive boolean method named isMember. The method must accept two arguments: an array and a value. Method must return true if value is found in array.

  Program of public class tempconverter

There are numerous opportunities for errors in any program, many times in places that seem too simple to require close attention.

  Write a recursive method to print all the permutations

Write a recursive method to print all the permutations of a string.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd