User profile: wreck99

User info
User name:wreck99
Name:vishnu
Location:India
History
Joined:
Number of posts:11
Latest posts:

About series....
follow the example at the end of this tutorial http://www.cplusplus.com/doc/tutorial/functions/

alsnfaskdfas
By some googling I learnt that through default means we cannot pass the value of array by call by va...

alsnfaskdfas
[code] void PolarCoord(double ShiftX[], double ShiftY[], double PolVal[], double PolAngle[]) { in...

alsnfaskdfas
[code] }while ((CoorX == 0) & (CoorY == 0)); [/code] The = is an assignment operator The == is the ...

alsnfaskdfas
In line 8-17 [code] void PolarCoord(double ShiftX[], double ShiftY[], double PolVal[], double PolAn...