How to get C/C++ Language Help in Eclipse?

J

johnfofawn

Hi,

I really like Visual Studio because I can press F1 (help) on fwrite()
or printf() and see a help screen showing how to use the function. Is
there a way to get similar functionality in Eclipse for C++?

THANKS!
John
 
B

Bjoern Schliessmann

I really like Visual Studio because I can press F1 (help) on
fwrite() or printf() and see a help screen showing how to use the
function. Is there a way to get similar functionality in Eclipse
for C++?

I'd open a console and enter "man 3 printf".

Regards,


Björn
 
J

Josef Moellers

Hi,

I really like Visual Studio because I can press F1 (help) on fwrite()
or printf() and see a help screen showing how to use the function. Is
there a way to get similar functionality in Eclipse for C++?

I don't know on which editor Eclipse is based upon, but in vi, you just
put the cursor on the command and press K (upper case k).
 
J

John McCallum

I really like Visual Studio because I can press F1 (help) on fwrite()
or printf() and see a help screen showing how to use the function. Is
there a way to get similar functionality in Eclipse for C++?

I know that the C/C++ editor (CDT) in Eclipse does lookups in the headers
for usage, but I don't use it enough myself to know how to get it to look
up man pages. I would recommend the eclipse CDT editor newsgroup.

I think it's called eclipse.cdt, as you would expect, but you need to
register to get a password use their news server (news.eclipse.org). Info
about the group and registering is here:

http://www.eclipse.org/newsgroups/index.html

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,282
Latest member
RoseannaBa

Latest Threads

Top