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

  Implement a class address

A theater seating chart is implemented as a two-dimensional array of ticket prices like presented below. Write a program that prompts the users to pick either a seat or a price. Mark sold seats by changing the price to zero.

  Program that calculates and prints average of several grades

Write a C program that calculates and prints the average of several grades entered by the user. The program should first prompt the user to enter the number of grades to process (at least 2 grades must be entered by user!)

  Write a c program to compute dr if f1=50 lb and f2 = 4000

make a program for:A hydraulic lift as shown below from fluid mechanics, it can be shown that a small force F1     acting over a piston of diameter D 1    can be multiplied into a large force   F 2    acting over a piston of diameter D 2  .

  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?

  Create a loops that reads from memory an array

Create a loops that reads from memory an array containing an arbitrary number of characters - The program should make a second character array which is identical to the first, except that the case of every alphabetical letter has been reversed

  The fibonacci sequence

In the novel "The DaVinci Code", a scrambled version 13, 3, 2, 21, 1, 1, 8, 5 of the first eight Fibonacci numbers appear as one of the clues left by murdered museum curator Jacques Sauniere. In this assignment, we will do something related to t..

  Develop a class airborne location

develop a class AirborneLocation that represents the location of airplanes with respect to a reference radar location. Each AirborneLocation object should include data member for aircraftID (integer),

  Allow single play a simple two dice game of chance against

Write a program that allows a single Player (the user) to play a simple two dice game of chance against

  Implement a point class for two-dimensional points

Implement a Point class for two-dimensional points (x, y). Include a default constructor, a copy constructor, a negate() function to transform the point into its negative, a norm() function to return the point's distance from the origin (0,0), an..

  An arithmetic expression

The statements of that expression language consist of an arithmetic expression followed by a list of assignments. Assignments are separated from the expression and each other by commas. A semicolon terminates the expression. The arithmetic expr..

  Which of the following assignments are valid

Which of the following assignments are valid? If an assignment is not valid, state the reason.When not given, assume that each variable is declared.

  Write a program that allows a user to enter 12 double values

Write a program that allows a user to enter 12 double values representing store sales for each month of one year. After all 12 values are entered,

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