Okey Question 1:
What is the deal with
Code:
 printf("wang\n");
 printf("wang\n");
and...
Code:
 printf("wang\n"
        "wang\n");
if you have more text to display which is best to use?
just a small one.

Question 2:
If you would like to have a look at my code in general, its not too big, see if you find anything im doing wrong, as it starts to get bigger i dont want messy code etc, any thoughts let them rip. keep in mind its no where nere done.
code