Recent content by UberGoober

  1. U

    Is There a Connection Between Movement Through Space-time and Aging?

    I'm glad someone brought this up Greene's loaf analogy has stirred in the back of my mind ever since I read the book years ago. If I recall correctly, there was a physical consequence of these skewed world lines - basically that the past & future physically exist simultaneously and for some...
  2. U

    C programming compiling syntax errors

    I'm not sure. Is this a runtime error or a compile-time error? It looks like you are trying to read data that exceeds the size of the buffer, but I don't see how that is happening in your code. I tried googling the error message and didn't come up with any hits so I'm a little perplexed as to...
  3. U

    Is Time Truly a Fourth Dimension in Physics?

    I know the topic of time has been brought up on multiple threads, and they are interesting. But I would like to ask the question a bit differently than I've seen it asked. When I took Physics 1A the instructor basically said that Einstein showed that time was an independent variable, then...
  4. U

    C programming compiling syntax errors

    You forgot data types on the readFleet and saveFleet functions (you probably meant to put void).
Back
Top