I've gotten all the way down to
$$\ln x =-t+c.$$
Then, $x = \exp(-t+c) = \exp(c)\cdot\exp(-t)$.
I've seen a few places where this has been given as the right final answer but I've also seen $x=c\cdot\exp(-t)$ and I don't understand that last step.
In case I can use $c\cdot\exp (-t)$ and $\exp(c)\cdot\exp (-t)$ interchangeably and then plug in my initial values. I get $c = -1$ for the $c\cdot\exp(-t)$ variant but I'm not sure how I would solve it for the other. $-1 = \exp (-0+c) \implies -1 = \exp (c)$ as far as I know there is no real solution for that.
Could someone explain very easily and clearly, I haven't done math in several years.
All help appreciated.
As was pointed out in the comments, the first issue is that when you solve $$\frac{dx}{dt} = -x$$ you should get $\ln|x| = -t+c$ instead of simply $\ln(x) = -t+c$. In this case, upon exponentiation, you obtain $$|x| = \exp(-t+c) = \exp(c)\exp(-t).$$ Now, since $\exp(c)$ is itself a constant, you could express this as $|x| = C\exp(-t)$. It's important to note that $C$ and $\exp(c)$ are not necessarily equal, but considering $c$ as an arbitrary constant you would still be justified in expressing the solution as $c\exp(-t)$. In this case, you proceed as you did and obtain $x(t) = -\exp(-t)$. If, however, you want to use the form $|x| = \exp(c)\exp(-t)$ then you have to observe that this implies that $$x(t) = \pm\exp(c)\exp(-t).$$ To choose the correct sign you observe that $$-1 = x(0) = \pm\exp(c) \implies -1 = \color{red}-\exp(c) \implies c = 0.$$ Again you arrive at $$x(t) = -\exp(-t).$$