| | |
List of Codes ? Encyclopedia?
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
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
http://info.borland.com/techpubs/bcp...dates/std.html
May 'the Google' be with you!
•
•
Join Date: Jun 2005
Posts: 33
Reputation:
Solved Threads: 1
u can get lotsa source codes on www.planetsourcecode.com for free
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
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
>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.
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.
![]() |
Similar Threads
- raw_input StartsWith and other questions (Python)
- Program on Queue (C++)
- Color disply codes for C++? (C++)
Other Threads in the C++ Forum
- Previous Thread: handeling wrong input from user
- Next Thread: File-based Database Api
| Thread Tools | Search this Thread |
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete deploy developer dll download dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph gui homeworkhelp iamthwee ifstream image input int java lib library list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference rpg simple sorting string strings temperature template text text-file tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






