hai...This is a sample programming code and I failed to compile it. I guess the problem is {1,2,3}/3D koordinate (x,y,z)colored text
Please advise me Sir.
Tq.
Code:
main()
{
[COLOR=blue]struct[/color] hand{
double finger_A;
double finger_B;
double finger_C;
};
[COLOR=blue]struct[/color] hand right_hand;
right_hand.finger_A={1,2,3}; //The problem is here {1,2,3}
return 0;
}
Please advise me Sir.
Tq.