Hi sorry for another post but i'm an error and I have no clue how to fix it I followed what was written in the book and this is what I put in.
"
// Listing 2.2 using std::cout
#include <iostream.h>
int main()
{
std::cout << "Hello there.\n";
std::cout << "Here is 5: " << 5 << "\n" ;
std::cout << "The manipulator std::end1";
std::cout << "writes a new line to the screen.";
std::cout << std::end1
std::cout << "Here is a very big number:\t" << 70000;
std::cout << std::end1
std::cout << "Here is the sum of 8 and 5:\t";
std::cout << 8+5 << std::end1
std::cout << "here's a fraction:\t\t";
std::cout << (float) 5/8 << std::end1
std::cout << "Don't forget to replace Jesse Libriry";
std::cout << "with your name...\n";
std::cout << "Jesse Librity is a C++ programmer!\n";
std::sin.get()
return 0;
}
"
thes are the errors i'm getting line 10"..end1 undeclared (first use here) line 10"parse error before" line 12"confused by earlier errors, bailing out"



LinkBack URL
About LinkBacks



Heh, heh. Thanks for the laugh, lost.soul.