Jump to content

C++ documentation in "Autoit Style"


Recommended Posts

Where do I can find a documentation like Autoit(very usefull ".chm" and very orderly and exhaustive),that explains all the commands,functions,library(include)...everything!Is very useful but for C++ I didn't found nothing like it.

Who can help me,I need

I like very much the orderly and how are explained each member of language,like in that screenshot

post-27785-1208124479_thumb.jpg

Noob but ethical

Link to comment
Share on other sites

There is no such integrated helpfile for C++ - partly because everyone is using different freaking 3r party libraries for _everything_. The helpfile and its integration with SciTE is probably about 30% of the reason why AutoIt is so popular! :D

Where do I can find a documentation like Autoit(very usefull ".chm" and very orderly and exhaustive),that explains all the commands,functions,library(include)...everything!Is very useful but for C++ I didn't found nothing like it.

Who can help me,I need

I like very much the orderly and how are explained each member of language,like in that screenshot

Link to comment
Share on other sites

Probably the closest you can get will be the MSDN library which you can download but you will have to do some searching to find it. The library for .NET versions is easier to find.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Guys,msdn and .net framework too,gives support to program in visualc++ (now is the the new c#),and just a little help for c++...but before learn a language like c++ that "follow" the os(c#),I prefer to learn the pure c++,and later,maybe I can give a look to the c#...

Noob but ethical

Link to comment
Share on other sites

Is very useful but for C++ I didn't found nothing like it.

Who can help me,I need

I like very much the orderly and how are explained each member of language,like in that screenshot

That is because in native C++, there are no built-in "commands" - except for what the compiler decides to implement. You need to look-up the help file for the specific API you wish to use.

Here is the same exact question:

http://www.autoitscript.com/forum/index.php?showtopic=66050

Edited by cppman
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...