News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

A Little help for a little french man ... MSDN 's equivalent for CBlocks ???

Started by wismerhill, March 02, 2006, 10:00:21 AM

Previous topic - Next topic

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 ;)
Be patient!
This bug will be fixed soon...

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

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...
Be patient!
This bug will be fixed soon...

wismerhill

Ok... feel dummie but here is what I get with CRTL + Rclic on printf for instance


mandrav

I see... You 're using 1.0rc2. That's why you should state the version you 're using. We could avoid this confusion ;).
Look here.
Be patient!
This bug will be fixed soon...

BeerSlinger

Quote from: wismerhill on March 02, 2006, 10:24:40 PM
Ok... feel dummie but here is what I get with CRTL + Rclic on printf for instance



Did you get anywhere with this......I'm asking myself the same question.........I can't figure it out either and I'm running W2k with Build Oct 24th 2005, 23:49:28 - wx2.6.1 (Windows, ANSI) because I can't find a darn thing on this....

killerbot

the one from 25th october is RC2. Try to download a nightly build :
http://forums.next.codeblocks.org/index.php?board=20.0

And here : http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook
you can find some info about setting up Mingw compiler yourself and the nightly. All the other stuff you can forget about, unless you want to build cb yourself.


BeerSlinger

Quote from: killerbot on March 03, 2006, 07:56:32 AM
the one from 25th october is RC2. Try to download a nightly build :
http://forums.next.codeblocks.org/index.php?board=20.0

And here : http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook
you can find some info about setting up Mingw compiler yourself and the nightly. All the other stuff you can forget about, unless you want to build cb yourself.



Ok.......now I feel like a moron, I'm not talking about setting up code blocks or anything like that, I'm just trying to figure out how the help files work....

I looked on the Nightly Build and nothing is before January and you ask me to refur to October, and I went over the Nightly Cookbook and I didn't see anything over it specifically either.....I know that the help files seem to be in the (in windows) C:\Program Files\codeblocks\info\make.info but I don't see an organized way to pull it up......


TDragon

What they've been trying to get across to you is that the version you're using is outdated. It doesn't have the help functionality of the newer versions. Get a newer version.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

BeerSlinger

Quote from: TDragon on March 03, 2006, 06:44:48 PM
What they've been trying to get across to you is that the version you're using is outdated. It doesn't have the help functionality of the newer versions. Get a newer version.

Oh, I didn't realize, what you were driving at....

Yep, that worked well:



:shock:

sethjackson


TDragon

[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

MortenMacFly

Quote from: BeerSlinger on March 03, 2006, 07:18:53 PM
Yep, that worked well:
If you got the nightly out of the forum (which I assume) then in the very same post was also a link provided to download this DLL. Please read the post that provides the nightly. The "nightly" posts really provide everything, really!
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

BeerSlinger

Quote from: TDragon on March 03, 2006, 07:20:55 PM
Quote from: killerbot on March 02, 2006, 10:58:11 PM
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z

Sorry.......I didn't know what that meant so I didn't download it......

I'm really behind the curve on the language this this is only the third day that I have ran this program......

:shock: