User forums > Help
A Little help for a little french man ... MSDN 's equivalent for CBlocks ???
wismerhill:
Hello, I'm sorry to ask such a (probably) idiot question but i am brand new in C++ after 2 years of VBA and I can't find the equivalent of MSDN for Visual C++ (an Help which can describes function by clicking or F1ing)
I'm sure I have to exist but I can managed to find where.
Thxx
Bye bye
mandrav:
Two ways:
1) Add custom help files using "Settings->Environment->Help files".
Those will be accessible through the Help menu and when right-clicking on a word in the editor.
2) Ctrl-RightClick on a word in the editor ;)
wismerhill:
Yes thanxxxx but the fact is that it doesn't find anything for functions like printf, scanf and others very basic C function ... so I wonder if I haven't a patch to put ... or ...anything
mandrav:
--- Quote from: wismerhill on March 02, 2006, 11:56:02 am ---it doesn't find anything for functions like printf, scanf and others very basic C function
--- End quote ---
I don't know why you say that. Ofcourse it finds them.
Press Ctrl (keep it pressed) and right-click on 'printf' in your code. Select "Search MSDN for printf" and there you go...
wismerhill:
Ok... feel dummie but here is what I get with CRTL + Rclic on printf for instance
Navigation
[0] Message Index
[#] Next page
Go to full version