Recent content by darklyzhadowed

  1. D

    Solutions for Reducing Mass: What's Possible

    Is there any known way of shrinking mass?
  2. D

    How can I declare an array of pointers to arrays of characters in C?

    Don't know about us compiliers but for "string.h" + "alloc.h" all i include is "stdlib.h". It include the other two headers within it.
  3. D

    How can I declare an array of pointers to arrays of characters in C?

    You can not make an array of n dimentions where n is not constant e.g. int n=10; // not a constant char mychars[n]; // array of characters // Wrong This will result in "expected constant expression" However if it were const int n=10; // a constant (hence the...
  4. D

    Creating Energy: Is it Possible?

    Energy had to come from somewhere even if it were from Hyper Space or an Alterate Reallity it still must have some from somewhere (STill in nice voice)
  5. D

    Creating Energy: Is it Possible?

    I always thought that but tell me if you can that if energy cannot be created then how did we come to be? (In nice voice) I would expect that energy would have to be created somehow - leading back to the big bang no doubt.
  6. D

    Creating Energy: Is it Possible?

    Hello, I am new to this forum so I'm not even sure if my question belongs here. Anyway, i am aware that the sun has the natural ability to create new kinds ot atoms throught it's gravitational force but can it or anything in this universe create Energy?
Back
Top