سؤال

Could someone outline how to use c99 when my c-programs compile? I cannot use the for(int i = 0...) loop without it. Note - all the answers I have found are either outdated, or for the cygwin compiler.

thanks in advance

هل كانت مفيدة؟

المحلول

In the project build settings set -std=c99 in the "Other flags" text box.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top