I have tried everything, this is my first C++ program and it not coming out right. I am receiving two error message. error7:1 warning: character constan too long for its type.
and 7:error: expe
//My first C++ program
#include <iostream>
int main():
{
"-std::cout << "I will get it" << -std::cout::end1";
"-std::cout << "I hope so" << -std::end1;
return(0);
}