This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ usage


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@adobe.com> 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]