Re: C++ usage

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

 



Jörg,

  The same code is required for any Visual C++ compiler.  You could
try test building and then transfering if you are having issues
deciphering the errors.

Corey

On 11/21/05, John Love-Jensen <eljay@xxxxxxxxx> wrote:
> Hi Jörg,
>
> The cout symbol is in the std namespace.
>
> Try this:
>
> #include <iostream>
> int main()
> {
>   std::cout << "C++ Test\n";
> }
>
> HTH,
> --Eljay
>
>


[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