Background compile in VS2010 and C/C++ -


मैं Visual Studio 2010 और इंटेल icc सी विकास मैं C99 का उपयोग करता हूं, लेकिन संपादक अभी भी C99 के रूप में त्रुटियाँ बना रहा है (संकलन ठीक है)।

दूसरा प्रश्न, क्या विंडोज पर इंटेल कंपाइलर के साथ एक्लिप्स (सीडीटी) का उपयोग करना संभव है?

जैसा कि आपकी पोस्ट की प्रतिक्रियाओं में उल्लिखित है, जो समस्या आप देख रहे हैं, वह केवल आपके intellisense के साथ है।

आप बंद कर सकते हैं VS2010 में इंटेलिसेंस त्रुटि रिपोर्टिंग:

उपकरण & gt; विकल्प & gt; पाठ संपादक & gt; सी / सी ++ & gt; उन्नत। IntelliSense के अंतर्गत, "त्रुटि रिपोर्टिंग अक्षम करें" चुनें और इसे "सत्य" पर सेट करें।

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

javascript - What is an alternative to using getElementByClass for hiding multiple elements? -

javascript - Making the first column of a table fixed on horizontal scroll -