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

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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