Connecting Tech Pros Worldwide Forums | Help | Site Map

C++ online information

Juhan Voolaid
Guest
 
Posts: n/a
#1: Jul 23 '05
Hello everyone

I'm very new to C/C++ but i know a little about some more simple
programming languages - php, Java.

What i want to know is where do i find complete reference, documentation
of standard libraries in C++.

I know Java has online documentation on www.sun.com and php has
www.php.net, but i'm having hard time finding this about C language. Can
anyone recomend me something.

Allso I would like to know if there is some kind of c++ programmers web
community (forums, articles and stuff) available.

So please recomend me some good online information about C++.


Thank you, Juhan Voolaid.

Victor Bazarov
Guest
 
Posts: n/a
#2: Jul 23 '05

re: C++ online information


Juhan Voolaid wrote:[color=blue]
> I'm very new to C/C++ but i know a little about some more simple
> programming languages - php, Java.
>
> What i want to know is where do i find complete reference, documentation
> of standard libraries in C++.[/color]

*I* find it in books, in my compiler documentation, some online but much
less.
[color=blue]
> I know Java has online documentation on www.sun.com and php has
> www.php.net, but i'm having hard time finding this about C language. Can
> anyone recomend me something.[/color]

www.dinkumware.com has some online reference. However, most of us use
either a book or manuals (electronic and otherwise) that come with the
compiler.
[color=blue]
> Allso I would like to know if there is some kind of c++ programmers web
> community (forums, articles and stuff) available.[/color]

There probably is. Most of it is not free, I suspect.
[color=blue]
> So please recomend me some good online information about C++.[/color]

Have you tried searching groups.google.com for this? I bet this question
has been asked (and probably answered) before...

V
Alex Vinokur
Guest
 
Posts: n/a
#3: Jul 23 '05

re: C++ online information



"Juhan Voolaid" <jux@hot.ee> wrote in message news:cu8e0g$d2p$1@kadri.ut.ee...
[snip][color=blue]
> So please recomend me some good online information about C++.[/color]
[snip]

C++ Annotations by Frank B. Brokken
http://www.icce.rug.nl/documents/cplusplus/

Thinking in C++ 2nd Edition by Bruce Eckel
http://mindview.net/Books/TICPP/ThinkingInCPP2e.html

C++ Code Examples by Nicolai M. Josuttis
http://www.josuttis.de/cppcode/cppcode.html

C++ Reference
http://www.cplusplus.com/ref/

C/C++ Reference by Nate Kohl
http://www.cppreference.com/

C++ tutorial by Juan Soulié
http://www.cplusplus.com/doc/tutorial/

STL Quick Reference
http://www.halpernwightsoftware.com/.../quickref.html

C/C++ Page by Zhiwei Wang at
http://www.cs.uregina.ca/Dept/manual..._18C++/c++.htm

Rogue Wave: Standard C++ Library Module Reference Guide
http://www.roguewave.com/support/doc...f/booktoc.html
http://www.roguewave.com/support/doc...ef/tindex.html
http://www.roguewave.com/support/doc...l#Input/output
http://www.roguewave.com/support/doc...bref/2-11.html

Sun Studio 9 Man Pages: Section 3C++ Index
http://developers.sun.com/tools/cc/d...r/man3c%2b%2b/



--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn


g
Guest
 
Posts: n/a
#4: Jul 23 '05

re: C++ online information


http://giuciao.atspace.org/books/programming.htm

"Alex Vinokur" <alexvn@big-foot.com> wrote in message news:<36pubcF51sle2U1@individual.net>...[color=blue]
> "Juhan Voolaid" <jux@hot.ee> wrote in message news:cu8e0g$d2p$1@kadri.ut.ee...
> [snip][color=green]
> > So please recomend me some good online information about C++.[/color]
> [snip]
>
> C++ Annotations by Frank B. Brokken
> http://www.icce.rug.nl/documents/cplusplus/
>
> Thinking in C++ 2nd Edition by Bruce Eckel
> http://mindview.net/Books/TICPP/ThinkingInCPP2e.html
>
> C++ Code Examples by Nicolai M. Josuttis
> http://www.josuttis.de/cppcode/cppcode.html
>
> C++ Reference
> http://www.cplusplus.com/ref/
>
> C/C++ Reference by Nate Kohl
> http://www.cppreference.com/
>
> C++ tutorial by Juan Soulié
> http://www.cplusplus.com/doc/tutorial/
>
> STL Quick Reference
> http://www.halpernwightsoftware.com/.../quickref.html
>
> C/C++ Page by Zhiwei Wang at
> http://www.cs.uregina.ca/Dept/manual..._18C++/c++.htm
>
> Rogue Wave: Standard C++ Library Module Reference Guide
> http://www.roguewave.com/support/doc...f/booktoc.html
> http://www.roguewave.com/support/doc...ef/tindex.html
> http://www.roguewave.com/support/doc...l#Input/output
> http://www.roguewave.com/support/doc...bref/2-11.html
>
> Sun Studio 9 Man Pages: Section 3C++ Index
> http://developers.sun.com/tools/cc/d...r/man3c%2b%2b/[/color]
Closed Thread