Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 06-07-2010, 01:09 AM   #1 (permalink)
Kiddie Coder
 
RavS's Avatar
 
Join Date: Jun 2009
Location: New Delhi
Posts: 30
Exclamation Required.. C IDE with code completion


Hi.. I am currently brushing up my C language. I use Netbeans as my IDE for coding.

But I don't think it has a built in code completion feature for C language like it has for Java.

I really like Visual Studio's Intellisense. I was wondering if i could i get a similar feature for C language, through some IDE or plugin, so it can show me all the available functions/macros inside any included header file along with a short description of each.

Does somebody know about any such Free IDE/Editor/Plugin, preferably for Linux Platform. Please help...
__________________
God.. make me the smartest coder in the world. I want to grow up from being kiddie now...
RavS is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-07-2010, 07:53 AM   #2 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: Required.. C IDE with code completion

Here

Is there any IDE with Intellisense for C++ on Linux - Ubuntu Forums
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline   Reply With Quote
Old 06-07-2010, 11:13 PM   #3 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Required.. C IDE with code completion

Yup. Check out that link.

Plenty of options. Eclipse, KDevelop, codeblock, etc are the big names you would be looking for.

But there are two IDEs which caught my attention: Anjuta, a GTK IDE written by an Indian (guy even spoke in FOSS.in last year or the year before last) which has an almost cult-like following.

And Geany which is my personal IDE of choice on my old desktop PC. Its GTK and does not depend on any gnome libraries like bluefish. Its extremely light weight and supports nearly every single syntax and does not use much HDD or RAM resources. It has a neat inbuilt terminal and several common tools to get your job done.

Anyway since you use NetBeans maybe you should check out Eclipse first.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline   Reply With Quote
Old 08-07-2010, 10:22 PM   #4 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Default Re: Required.. C IDE with code completion

Quote:
Originally Posted by RavS View Post
Hi.. I am currently brushing up my C language. I use Netbeans as my IDE for coding.

But I don't think it has a built in code completion feature for C language like it has for Java.

I really like Visual Studio's Intellisense. I was wondering if i could i get a similar feature for C language, through some IDE or plugin, so it can show me all the available functions/macros inside any included header file along with a short description of each.

Does somebody know about any such Free IDE/Editor/Plugin, preferably for Linux Platform. Please help...
Use the free Visual C++ Express edition which is the best choice available.
__________________
Vamsi Subhash
visit my blog at www.vamsisubhash.co.cc and taste a bit of IT!
vamsi360 is offline   Reply With Quote
Old 08-07-2010, 10:51 PM   #5 (permalink)
Kiddie Coder
 
RavS's Avatar
 
Join Date: Jun 2009
Location: New Delhi
Posts: 30
Default Re: Required.. C IDE with code completion

Well since I mentioned Intellisense of Visual Studio, the VC++ Express seems like an obvious choice. But the problem is that I am not a big fan of M'Soft and like to stay away from their products as much as I can.
__________________
God.. make me the smartest coder in the world. I want to grow up from being kiddie now...
RavS is offline   Reply With Quote
Old 09-07-2010, 12:43 PM   #6 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Required.. C IDE with code completion

Did you install the module for C/C++ development in Netbeans? I think Netbeans offers it all for C/C++ development too if that is installed.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 13-07-2010, 10:35 AM   #7 (permalink)
Kiddie Coder
 
RavS's Avatar
 
Join Date: Jun 2009
Location: New Delhi
Posts: 30
Default Re: Required.. C IDE with code completion

Quote:
Originally Posted by Liverpool_fan View Post
Did you install the module for C/C++ development in Netbeans? I think Netbeans offers it all for C/C++ development too if that is installed.
yeah sorry, I didn't check out the C/C++ module properly before posting here.
Well, yes the Netbeans does have code completion feature for C also.

And after trying a few other IDEs i think Netbeans has a better code completion feature than others. (But still not as good as I would like it to be)

But while installing it I had to install Cygwin also(for Windows). And strangely the code compiles properly but doesn't run (it says it failed to load some kind of dynamic library).

What could be the reason and Whats the solution?

Also I wanted to know what Cygwin and MinGW are and whats the difference between the two?
__________________
God.. make me the smartest coder in the world. I want to grow up from being kiddie now...
RavS is offline   Reply With Quote
Old 13-07-2010, 01:11 PM   #8 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Required.. C IDE with code completion

Quote:
Originally Posted by RavS View Post
But while installing it I had to install Cygwin also(for Windows). And strangely the code compiles properly but doesn't run (it says it failed to load some kind of dynamic library).

What could be the reason and Whats the solution?
Yup some library is not installed. I think you should google that output from the terminal output. It might help.

Quote:
Also I wanted to know what Cygwin and MinGW are and whats the difference between the two?
Cygwin is a kind of Unix environment in Windows. I think of it as a reverse of WINE (not sure if that's the case, that's more an inference).
Cygwin != MinGW, simply. If you don't know that, I don't think you would really NEED Cygwin.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do UFOs/Aliens exist, is Time Travel possible and more... shashank_digitreader Fight Club 533 24-04-2012 05:31 PM
DVD writer not working properly blacklisted Hardware Q&A 12 31-07-2006 10:40 AM
ERROR OPENING VCD [HEEELP....] vijaythefool QnA (read only) 8 19-04-2005 12:07 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:19 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2