List of Codes ? Encyclopedia?

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2005
Posts: 19
Reputation: bandm is an unknown quantity at this point 
Solved Threads: 0
bandm's Avatar
bandm bandm is offline Offline
Newbie Poster

List of Codes ? Encyclopedia?

 
0
  #1
Jul 22nd, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 4,075
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 939
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: List of Codes ? Encyclopedia?

 
0
  #2
Jul 22nd, 2005
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
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 19
Reputation: bandm is an unknown quantity at this point 
Solved Threads: 0
bandm's Avatar
bandm bandm is offline Offline
Newbie Poster

Re: List of Codes ? Encyclopedia?

 
0
  #3
Jul 23rd, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 4,075
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 939
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite

Re: List of Codes ? Encyclopedia?

 
0
  #4
Jul 23rd, 2005
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
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 33
Reputation: shre86 is an unknown quantity at this point 
Solved Threads: 1
shre86 shre86 is offline Offline
Light Poster

Re: List of Codes ? Encyclopedia?

 
0
  #5
Jul 23rd, 2005
u can get lotsa source codes on www.planetsourcecode.com for free
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 19
Reputation: bandm is an unknown quantity at this point 
Solved Threads: 0
bandm's Avatar
bandm bandm is offline Offline
Newbie Poster

Re: List of Codes ? Encyclopedia?

 
0
  #6
Jul 24th, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,789
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 746
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: List of Codes ? Encyclopedia?

 
0
  #7
Jul 24th, 2005
>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.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC