Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 8

2 Posted Topics

Member Avatar for bin2207

hey there ... i am trying to this as well .... here is where i am up to ... [CODE]#include <iostream> #include <cmath> using namespace std; double pi = 3.14159265358979323846264; int z =0.0; double M =0.0; double D =0.0; double x; double y; int number_of_vectors() { int v; cout << …

Member Avatar for xsnake7
0
2K
Member Avatar for xsnake7

hi, how can i use the result of a function without having it repeated ? like in the code down there i have to use the result of the function [B]get_sides()[/B] in all of the other functions..but the way i coded it down there will make me enter the values …

Member Avatar for xsnake7
0
247

The End.