I've no experience in programming, It just happen happen that we had a computer class and we are using C++.
This program below is a sample program I found in the Internet. When I enter this program it says "unable to open include file STDIO.H". Is there something wrong with this program? Help me please
#include %26lt;stdio.h%26gt;
main () {
int i,n,sum;
scanf("%d",%26amp;n);
sum=0;
i=1;
while (i%26lt;=n) {
sum = sum + i;
i++;
}
printf("%d",sum);
}
I need help in c++?I'm using Borland turbo c++ v1.01?
Check your installation, is the stdio.h file found anywhere?
Isn't Turbo C++ a very very very software?
Reply:classpath is not set properly, it couldn't locate the file.
umbrella plant
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment