Hey, the /n isnt working in my code, I´m adding it here:
if(brev1==100)
printf("Antal rabattfrimärken: 1/n");
but it justs prints it out in the console.
Cant figure out what the problem is.
Printable View
Hey, the /n isnt working in my code, I´m adding it here:
if(brev1==100)
printf("Antal rabattfrimärken: 1/n");
but it justs prints it out in the console.
Cant figure out what the problem is.
What did you expect it to do? (Hint: The escape character is \, not /.)
Oh, that might be why :D It worked now, I´m so stupid sometimes..