Proving, using the definition of a limit that the function is continuous everywhere where $z,a \in C$
$$f(z) = \operatorname{Re}(z) $$
$f:S$ $\subset C \to C$
So I got to $|\operatorname{Re}(z) - \operatorname{Re}(a)| = 0.5|z - a + \bar z - \bar a|$ but I don't know how I can use this expression to show that if $|z - a| < \delta$ then $|\operatorname{Re}(z) - \operatorname{Re}(a)| < \varepsilon$
for any $\varepsilon > 0$
Let $z=(x+iy)$ and $w=(a+ib)$
Note that your function is $$ f(x+iy)=x$$and $$ f(a+ib)=a$$
$$ |f(z)-f(w)|=|f(x+iy)-f(a+ib)|=|x-a|\le \sqrt {(x-a)^2+(y-b)^2}=|z-w|$$
For a given $\epsilon >0$ let $\delta = \epsilon $
If $$|z-w|<\delta$$ then $$ |f(z)-f(w)|\le |z-w|<\delta =\epsilon$$
Thus $ f $ is continuous.