Adam

2,350
Reputation
236 views

Registered User

Name Adam
Member for 1 year
Seen Nov 2 at 21:00
Website
Location US
Age 24
Software developer for a small game company in NH
Nov
11
awarded  Notable Question
Nov
6
awarded  Notable Question
Oct
21
awarded  Notable Question
Oct
10
awarded  Popular Question
Oct
6
awarded  Favorite Question
Sep
26
awarded  Popular Question
Sep
10
comment Finding intersection points between 3 spheres
Well I want a C++ algorithm to do this, but I first need to understand the math behind it. As for the other part of your question, yes, just the surface of the sphere.
Sep
10
comment Finding intersection points between 3 spheres
Thanks for the reply, I'm looking into this now...
Sep
10
asked Finding intersection points between 3 spheres
Aug
15
awarded  Yearling
Jul
28
awarded  Good Question
Jul
24
comment C++ GCC4.4 warning: array subscript is above array bounds
@Andy J Buchanan: Yes I saw that too, instead of "stringSize" I now just use "newLine.size()" right in the loop. Also, I init "insertPos = MAX_LINE_LENGTH - 1" now as well.
Jul
22
revised C++ GCC4.4 warning: array subscript is above array bounds
added 237 characters in body; added 14 characters in body
Jul
22
revised C++ GCC4.4 warning: array subscript is above array bounds
added 120 characters in body; added 1 characters in body
Jul
22
revised C++ GCC4.4 warning: array subscript is above array bounds
deleted 170 characters in body; added 63 characters in body
Jul
22
revised C++ GCC4.4 warning: array subscript is above array bounds
added 170 characters in body
Jul
22
comment C++ GCC4.4 warning: array subscript is above array bounds
It does not give the line #, the warning i posted there is the exact text from the compiler.
Jul
22
asked C++ GCC4.4 warning: array subscript is above array bounds
Jul
8
awarded  Disciplined
Jun
18
awarded  Great Answer