Re: Errors in compilation of simple programme
On 9 Apr, 16:05, "Victor Bazarov" <v.Abaza...@comAcast.net> wrote:
ftjons...@gmail.com wrote:
I am working on some simple programmes and when I tried compiling the
following:
#include <iostream>
using namespace std;
int main ()
{
int i = 0;
cout << "Hur gammal \x84r du? ";
cin >> i;
cout << "Jaha...du \x84r" >> i >> " \x86r gammal.";
cout << "Jaha...du \x84r" << i << " \x86r gammal.";
And if you had posted your complete new program before, you'd have
your answer sooner...
return 0;
}
[..]
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
I don't understand what you mean by this:
"And if you had posted your complete new program before, you'd have
your answer sooner..."
this is the programme, its very simple.
I fixed the dumb mistake again, but I received the same error
(warning):
c:\program\microsoft visual studio 8\vc\include\iostream(53) : warning
C4091: 'extern __declspec(dllimport)' : ignored on left of
'std::basic_ostream<_Elem,_Traits>' when no variable is declared
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
c:\documents and settings\hp_=E4garen\mina dokument\visual studio
2005\projects\program 1\program 1\program 1.cpp(15) : error C2065:
'cout' : undeclared identifier
Hope I am not bugging the hell out of you by asking...
Thanks ahead of time