Chandrashekar wrote:[color=blue]
>[/color]
[color=blue]
> I am getting following messages
> 1)Cannot create pre-compiled header:code in header[/color]
Precompiled headers are specific to your implementation.
So look up your documentation for 'precompiled headers'.
[color=blue]
> 2)Functions containing for are not expanded inline
> 3)Functions containing for are not expanded inline[/color]
Those are the same. The compiler tells you that your request
for inlineing a function is not honored and why it will not
do it.
[color=blue]
> 4)'pushback' is not a member of 'std::vector<double>'[/color]
Sure. There is no such function. It is called push_back
[color=blue]
>
> It seems last one is an erros message while the rest are warnings.
> Pls help me[/color]
Start by helping yourself. This includes: using the documentation
that came with your compiler and reading some books about C++.
--
Karl Heinz Buchegger
kbuchegg@gascad.at