View Single Post
Old 12-09-2007, 06:00 AM   #46
h3rk
FLAC
 
Join Date: Oct 2006
Location: Las Vegas
Posts: 1,287
Thank you, that actually does help a lot. My faith is renewed a bit. Good thing I just finished that binary tree example, otherwise that 'passing into itself recursively' would have gone right by me. Is that in the ReadConfiguration.cs file?

When I spoke of constants, I need to use them as representations of charactaristics of the system that can not be measured easily, but will tune in after many tests. So they are going to be living constants, If this all turns out like I'm seeing in my head.

After this, who's up for re-engineering an engine control unit with the brain?

Quote: Originally Posted by 2k1Toaster View Post
If you want to set a predefined variable, then that goes in all variables (The constants for cabin volume and such). As in C#, there are no such things as "constants", just dont assign the variable anything, just retrieve the value. I never saw the value of constants anyways unless it is a group of like 20 developers piecing code together it is good for debugging...

can you elaborate a bit, I'm not sure I follow.
h3rk is offline   Reply With Quote