<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Charli, hasta que no he leído tu mensaje no había visto el error.. y mira que salta a la vista...<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
</TD>
</TR>
</TABLE>
<BR>
-----Mensaje original-----<BR>
<B>De</B>: Charli Vívenes Rengel <<A HREF="mailto:Charli%20%3d%3fISO-8859-1%3fQ%3fV%3dEDvenes%3f%3d%20Rengel%20%3ccjvr187@hotmail.com%3e">cjvr187@hotmail.com</A>><BR>
<B>Responder a</B>: Lista de correo sobre C y C++ <<A HREF="mailto:Lista%20de%20correo%20sobre%20C%20y%20C++%20%3ccconclase@listas.conclase.net%3e">cconclase@listas.conclase.net</A>><BR>
<B>Para</B>: Lista de correo sobre C y C++ <<A HREF="mailto:Lista%20de%20correo%20sobre%20C%20y%20C++%20%3ccconclase@listas.conclase.net%3e">cconclase@listas.conclase.net</A>><BR>
<B>Asunto</B>: Re: [C con Clase] un error que no sé qué es<BR>
<B>Fecha</B>: Thu, 16 Oct 2008 15:09:20 -0400<BR>
<BR>
<BR>
Bueno, el error que puedo ver rapido en tu código es que escribes "endln" en vez de "endl".<BR>
Prueba a ver sí es eso...<BR>
<BR>
<BR>
<BR>
<B><FONT SIZE="5"><FONT COLOR="#000000">Charli J. Vívenes Rengel.</FONT></FONT></B><BR>
<B><FONT SIZE="5"><FONT COLOR="#000000">Estudiante Tesista Lic. en Informática.</FONT></FONT></B><BR>
<B><FONT SIZE="5"><FONT COLOR="#000000">Universidad de Oriente, Núcleo de Sucre. Cumaná, Estado Sucre. Venezuela.</FONT></FONT></B><BR>
<BR>
<I>Por favor, evite enviarme documentos adjuntos en formato Word o PowerPoint. </I><BR>
<I>Lea <A HREF="http://www.gnu.org/philosophy/no-word-attachments.es.html">http://www.gnu.org/philosophy/no-word-attachments.es.html</A></I><BR>
<BR>
<BR>
<BR>
<BR>

<HR>
<BR>
From: yassergs@ispejv.rimed.cu<BR>
To: cconclase@listas.conclase.net<BR>
Date: Wed, 15 Oct 2008 11:15:17 -0500<BR>
Subject: [C con Clase] un error que no sé qué es<BR>
<BR>
<FONT SIZE="2">Creé un nuevo poryecto en DevC++ de esta manera:</FONT>
<FONT SIZE="2">#include <cstdlib></FONT><BR>
<FONT SIZE="2">#include <iostream></FONT>
 
<FONT SIZE="2">using namespace std;</FONT>
 
<FONT SIZE="2">int main(int argc, char *argv[])</FONT><BR>
<FONT SIZE="2">{</FONT><BR>
<FONT SIZE="2">    cout<<"Hola mundo"<<endln;</FONT><BR>
<FONT SIZE="2">    cout<<"Presione enter para continuar"<<endln;</FONT><BR>
<FONT SIZE="2">    system("PAUSE");</FONT><BR>
<FONT SIZE="2">    return 0;</FONT><BR>
<FONT SIZE="2">}</FONT><BR>
<FONT SIZE="2">compilo y me da un eror que dice </FONT>
<FONT SIZE="2">"all-before" does not exists-don´t know haow to make it</FONT>
 
<FONT SIZE="2">he aquí la imagen</FONT>
 
 
 
 
 
 
<BR>

<HR>
<BR>
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <A HREF="http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us">Try it!</A>
<PRE>
_______________________________________________
Lista de correo Cconclase <A HREF="mailto:Cconclase@listas.conclase.net">Cconclase@listas.conclase.net</A>
<A HREF="http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net">http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net</A>
Bajas: <A HREF="http://listas.conclase.net/index.php?gid=2&mnu=FAQ">http://listas.conclase.net/index.php?gid=2&mnu=FAQ</A>
</PRE>
</BODY>
</HTML>