You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- possible duplicate of No IntelliSense for c++/cli in visual studio 2010? or Intellisense for C++ in VS2010 or Intellisense on C++ (Visual Studio 2010)Ben Voigt– Ben Voigt2011-09-26 01:05:18 +00:00Commented Sep 26, 2011 at 1:05
- @Ben i saw them , i was kinda looking for some old work environment like the old borland but with intellisence so i could check my syntax , since i need to write something in C++ and iv'e never done that before.eran otzap– eran otzap2011-09-26 02:43:48 +00:00Commented Sep 26, 2011 at 2:43
- As explained in those other questions, make sure you're not in C++/CLI (.NET mode). Also, for syntax checking, the best thing is just to try to compile. Intellisense is more for context-sensitive auto-completion of variable names.Ben Voigt– Ben Voigt2011-09-26 02:53:32 +00:00Commented Sep 26, 2011 at 2:53
- o'k thanks i actually wrote a replay somewhere else stating that i am running a CLR console application . btw -so just to make just there isn't like real intellisence ,like in C# , like if i write "s" in the application i wouldn't be offered the string class or references to other built in classeseran otzap– eran otzap2011-09-26 03:06:58 +00:00Commented Sep 26, 2011 at 3:06
- If you're using C++/CLI, that's important information to include in your questions. Anyway, you could try the new preview of Visual Studio v.Next that's included with the Win8 preview, or VC++ 2008, or you can get a third party plugin like Visual Assist X. But VC++ 2010 does not include Intellisense for C++/CLI projects (already made clear in the other questions).Ben Voigt– Ben Voigt2011-09-26 05:20:49 +00:00Commented Sep 26, 2011 at 5:20
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-cpp