Breaking string lines inserting spaces
#1

Код:
printf("Hello \
		World");
Output:
Код:
Hello           World
I want it to output
Код:
Hello World
It used to be like above but since I have changed my laptop and installed sublime text 3 it is no longer.
Where the problem relies is it from the IDE or the compiler? I use Zeex compiler btw.
Reply
#2

Bump
Reply
#3

Код:
printf("Hello \
World");
?
Reply
#4

Quote:
Originally Posted by andrejc999
Посмотреть сообщение
Код:
printf("Hello \
World");
?
It does work like this but i don't like the indentation, It should automatically ignore previous tabs
Reply
#5

No it shouldn't.
Reply
#6

Quote:
Originally Posted by ******
Посмотреть сообщение
This was a bug introduced in I believe 3.10.7, so don't use that version.
I reverted back to 3.10.5 and it works perfectly now!
The bug is in 3.10.6 and up
Thanks!

EDIT: The bug is in 3.10.7 only! I am very sorry i mistake it.
3.10.6 works fine!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)