CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    10

    C IDE and Intellisense?

    Kinda just like the title states... Is there a IDE, and in Intellisense to program C in? I've been looking and havent really found much for it. I've heard that you can use Microsoft Visual C++ to do it, but I never get it to work. I've just started programming in C and when from C# so I kinda miss my intellisense... Does anyone have any idea?


    -Thanks..

  2. #2
    Join Date
    Mar 2009
    Location
    Granada, Spain
    Posts
    40

    Re: C IDE and Intellisense?

    Dev-C++, Anjuta, etc

  3. #3
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: C IDE and Intellisense?

    It' not like it lacks flaws but over all I think Visual C++ intellisense works alright. Don't set your expectations to high though. C# is a lot stronger typed language than C and that makes thing a lot easier for the intellisense I guess.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  4. #4
    Join Date
    Dec 2007
    Posts
    76

    Re: C IDE and Intellisense?

    Code::Blocks has pretty good intellisense, and I loved Dev-C++'s but Dev-C++ isn't actively developed so I'm not sure what you want.

  5. #5
    Join Date
    May 2007
    Posts
    811

    Re: C IDE and Intellisense?

    Visual Assist (it's not free).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured