473,395 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

C++ Reference anywhere on the internet?

Hi there. I am just starting out with C++ as a programming language..
and I am wondering if there is any complete reference to that language
and its functions anywhere on the internet.

What I am looking for, ideally, would be a function list, etc, much
like the one that can be found at www.php.net for the php language.

Thank you..

Punkstar

Sep 3 '05 #1
4 1423

punkstar wrote:
Hi there. I am just starting out with C++ as a programming language..
and I am wondering if there is any complete reference to that language
and its functions anywhere on the internet.

What I am looking for, ideally, would be a function list, etc, much
like the one that can be found at www.php.net for the php language.

[snip]

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

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

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

Sep 3 '05 #2
much appreciated.

Thank you very much.

Sep 3 '05 #3
On Sat, 2005-09-03 at 07:11 -0700, punkstar wrote:
Hi there. I am just starting out with C++ as a programming language..
and I am wondering if there is any complete reference to that language
and its functions anywhere on the internet.
You should know this isn't a lot - there's something called the
'standard library', which contains the most libraries such as containers
and auto_ptr's. If you want more ( like threads, for instance ), you
will have to look into third party libraries. The Boost libraries
(www.boost.org) are a good place to start out.
What I am looking for, ideally, would be a function list, etc, much
like the one that can be found at www.php.net for the php language.


Well, a good reference for the stdlib of C++ is www.cppreference.com .

I hope this helps you out a bit.

Regards,

Leon Mergen

Sep 3 '05 #4
On 3 Sep 2005 07:11:57 -0700, "punkstar" <in************@gmail.com> wrote:
Hi there. I am just starting out with C++ as a programming language..
and I am wondering if there is any complete reference to that language
and its functions anywhere on the internet.

What I am looking for, ideally, would be a function list, etc, much
like the one that can be found at www.php.net for the php language.

Thank you..

Punkstar


In addition to the other links that have been given, Dinkumware's C++ standard
library reference really is excellent:

http://www.dinkumware.com/libraries_ref.html

You can also check out MSDN's library reference (MS uses Dinkum's library
implementation):

http://msdn.microsoft.com/library/de...yReference.asp

and their version of the Annotated C++ Reference Manual:

http://msdn.microsoft.com/library/de...ereference.asp
Sep 3 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Eidolon | last post by:
I have an application which had references at one point to the CrystalDecisions.Shared... libraries. We have since removed those references. A search on all binary and text files in the project...
4
by: Holly Li | last post by:
Hi, Because of reuse, I need to mix C# project and VB.net project. To illustrate the problem, I have built 3 simple projects: 1) C# library--projc (has one class "Manager") 2) vb.net...
7
by: gerryLowry::Ability Business Computer Services {KC | last post by:
"Getting Back Your Visual Basic 6.0 Goodies" by Billy Hollis, 2003-5-14, states: "Getting a Forms Collection Visual Basic 6.0 developers are often fond of looping through the currently loaded...
2
by: Jake Barnes | last post by:
Using javascript closures to create singletons to ensure the survival of a reference to an HTML block when removeChild() may remove the last reference to the block and thus destory the block is...
2
by: John.Miller | last post by:
I am writing an application inVisual Studio to ease our frontpage publishes. I have the command to publish, but I need to attach the Publish log to an email. Does anyone know how to get the...
5
by: druberego | last post by:
I read google and tried to find the solution myself. YES I do know that you can get undefined references if you: a) forget to implement the code for a prototype/header file item, or b) you forget...
11
by: venkatagmail | last post by:
I have problem understanding pass by value and pass by reference and want to how how they are or appear in the memory: I had to get my basics right again. I create an array and try all possible...
7
by: Johannes Bauer | last post by:
Hello Group, please consider the following code #include <vector> #include <iostream> #define USE_CONST #define USE_STRING
11
by: Jason | last post by:
Say I build a simple .exe file. n exe that will look at a file, read that file and put the contents into an email. If I take the .exe that I built from the Bin\Release folder and copy it to a...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.