Quote:
Originally posted by Thought
...? C++ knows nothing about indentations.
MSVC IDE indents based on whatever you're working with, it will watch how many spaces / tabs you're doing any work with that.
|
yea, most languages today, such as c++ and even gscript, ignore whitespaces. that means it doesnt really matter to the compiler itself what the coding style is.
you should know this jagen >.< .