943,946 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 4437
  • C++ RSS
Jul 22nd, 2005
0

List of Codes ? Encyclopedia?

Expand Post »
Hello All,

I am new to programming and have several books on starting out with C++.
I was just curious if there was a publication that has a list of codes and there functions and Syntax. Perhaps with examples of how they are used. Kind of like an Encyclopedia?

Thanks, BandM
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
bandm is offline Offline
19 posts
since Jun 2005
Jul 22nd, 2005
0

Re: List of Codes ? Encyclopedia?

The C++ help file from Borland is pretty much what you want. It has a fine index, crossreference and lots of code samples. You can download it for free from the Borland website. It is named: bcpp.hlp
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Jul 23rd, 2005
0

Re: List of Codes ? Encyclopedia?

Thanks for the info, but I went to the Borland site and could not find that particular download. There was many file to download. you would happen to be able to post the link here? I would greatly appreciate it.

Thanks, BandM
Reputation Points: 10
Solved Threads: 0
Newbie Poster
bandm is offline Offline
19 posts
since Jun 2005
Jul 23rd, 2005
0

Re: List of Codes ? Encyclopedia?

That is a little older help file that came with the free Borland C++ compiler. Check this website for more recent downloads of Borland helpfiles:
http://info.borland.com/techpubs/bcp...dates/std.html
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Jul 23rd, 2005
0

Re: List of Codes ? Encyclopedia?

u can get lotsa source codes on www.planetsourcecode.com for free
Reputation Points: 10
Solved Threads: 1
Light Poster
shre86 is offline Offline
33 posts
since Jun 2005
Jul 24th, 2005
0

Re: List of Codes ? Encyclopedia?

I checked out PlanetSourceCode.com, It does have a lot of codes, thats for sure. But I'm looking for more of a quick reference book on code, like

int main (int argc, char* argv[])
________^..Whats This.mean?.^

I know what the int main() is, but the int argc, and argv[] is a mystery to me. I know that my VS C++ 6.0 automatically sets these arguments when I choose a simple Application. But it would be nice to have a reference to what they do.

Thanks, BandM
Reputation Points: 10
Solved Threads: 0
Newbie Poster
bandm is offline Offline
19 posts
since Jun 2005
Jul 24th, 2005
0

Re: List of Codes ? Encyclopedia?

>I know that my VS C++ 6.0
Visual C++ 6 is a very poor compiler for C++.

>automatically sets these arguments when I choose a simple Application
Then you should start with an empty project. Unless you're using command line arguments, there's no need to include those parameters in your definition of main.

>But it would be nice to have a reference to what they do.
Sorry, but the only reference that seems like what you want is the C++ standard. It covers the entire language in painful detail.
Administrator
Reputation Points: 6442
Solved Threads: 1393
Bad Cop
Narue is offline Offline
11,807 posts
since Sep 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: handeling wrong input from user
Next Thread in C++ Forum Timeline: File-based Database Api





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC