Re: Compiling a program

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello 
  i dont know if these can help you

 source:
 
#include <iostream>
 
int main(int argc, char *argv[])
{
     std::cout << "Hello";
};


 --- "VANDEMAN, MIKE (SBCSI)" <mv2371@xxxxxxx> escribió: 
> gcc -o tst tst.cpp >tst.out 2>&1
> 
> source:
> 
> #include <iostream>
> 
> int main()
> {
>     cout << "Hello";
> };
> 


_________________________________________________________
Do You Yahoo!?
La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux