just wondering.
I actually don't understand your question at all.
I guess question has nothing to do with PHP and it should rather be in the Geeks Lounge (correct me if I'm wrong).
tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
Actually, I would agree. Moving...
Ezzaral
Posting Genius
15,985 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
I read the manual at php.net all the time. Just in case your wondering why it is because I like to try and find what I think is the best functions for the job. So that is one user that reads the manual before posting. -_-
Next...
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
I've found that Python has excellent documentation, followed by PHP. The Windows APIs are well documented as well. Once you get accustomed to programming with any of those, you can get quite far on your own by reading their respective manuals.
scru
Posting Virtuoso
1,629 posts since Feb 2007
Reputation Points: 975
Solved Threads: 140
I've found that Python has excellent documentation, followed by PHP. The Windows APIs are well documented as well. Once you get accustomed to programming with any of those, you can get quite far on your own by reading their respective manuals.
That being said I haven't seen any decent documentation for Java. (Not javascript) At least nothing sorted like the php documentation.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
That being said I haven't seen any decent documentation for Java. (Not javascript) At least nothing sorted like the php documentation.
http://java.sun.com/j2se/1.5.0/docs/api/
The about 3500 classes of Java 5.0 are covered in here.
tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
http://java.sun.com/j2se/1.5.0/docs/api/
The about 3500 classes of Java 5.0 are covered in here.
I've seen that one and it is so hard to browse with poor descriptions. If that's the best on the web then somebody really needs to document that language in much greater detail like how the php documentation has those huge pages for each function.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
I've seen that one and it is so hard to browse with poor descriptions. If that's the best on the web then somebody really needs to document that language in much greater detail like how the php documentation has those huge pages for each function.
Well, that one (the API document) is clear enough for me, once you know what a class does, you can easily figure out what a certain method does, and how to use it.
Of course it assumes that you understand the Java language, that's the price of admission you have to pay.
It's even well structured: you first select the desired package, then you select your desired class, and after that you can see a whole list of methods belonging to that class (with an accompanying description).
You have to keep in mind that the intent of that document is rather for programmers (people who already know the language) than newbies (people who only know tad bits of the language).
tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
I don't ask too many questions, in part because I try to RTFM.
Often my first place to search is comp.lang.c or comp.lang.c++: for example ; sometimes I even add an author to the search: Torek is a favorite.
I also check out the man pages for particular functions (via web search on my Windows boxes). I have a copy of C99 and know a reference to a C89 draft (and other C standards ). MSDN I find difficult to search from the MSDN, and generally prefer to use Google. Dinkumware is generally where I start for C++ standard function questions. [edit]Oh, and c-faq.com and the C++ FAQ LITE are pretty dogeared by me as well. I've probably missed some other STFW things I normally do.[/edit]
I also search forums such as Cprogramming.com, Daniweb and DevShed. In part this is because I have some sort of recollection of a particular thread or a person's post.
If it comes to the point that I actually do post a question, I try to post (in code tags :icon_cheesygrin:) a compilable snippet of code demonstrating the issue.
/FWIW
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
I don't ask too many questions, in part because I try to RTFM.
If your trying to read the c++ manual then where is the c++ manual or is cplusplus.com it.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
If your trying to read the c++ manual then where is the c++ manual or is cplusplus.com it.
There really is no one physical manual any more, to RTFM is sort of an archaic term. 20 years ago Microsoft used to ship all the manuals with their compiler. But they stopped doing that when the internet became so popular, which probably saved them millions of dollars in publishing costs.
You can find info about c++ everywhere -- on the net by searching for the function you want, such as if you are looking for ifstream just google for "std::ifstream". Or you can find lots of books at www.amazon.com . Or you can buy a copy of the c++ iso standards
Ancient Dragon
Retired & Loving It
30,043 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,341
A fair portion of the population have yet to figure out what 'R' means, never mind the rest of it.
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
A fair portion of the population have yet to figure out what 'R' means, never mind the rest of it.
I suspect many barly know how to turn on the computer too, let alone what google is :icon_eek:
Ancient Dragon
Retired & Loving It
30,043 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,341
I suspect many barly know how to turn on the computer too, let alone what google is :icon_eek:
Which reminds me: XKCD made this a few days back, which I found very handy. So I mailed it to all the people who constantly asked me questions about computers. The next day I got all kinds of questions asking how to save it, how to print it, why the printer didn't work or why the picture came out of the completely wrong :(
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
This is the answer for all your family needs:
Guru
GrimJack
Posting Maven
2,920 posts since Feb 2004
Reputation Points: 1,448
Solved Threads: 22
This is the answer for all your family needs:
Guru
Read the post above yours very carefully Grim ;)
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
Read the post above yours very carefully Grim ;)
I think he was refering to the post before that. So he should of had the following quote in his post.Which reminds me: XKCD made this a few days back, which I found very handy. So I mailed it to all the people who constantly asked me questions about computers. The next day I got all kinds of questions asking how to save it, how to print it, why the printer didn't work or why the picture came out of the completely wrong
Probably find somebody posted while he was typing. Happens to me all the time. Would be nice if the browser lets you know if any new posts have been submitted before you submit the post. Or at least only when somebody else has posted before you.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
Well he posted the exact same pic as I did, only 1 day later. So he could've seen my post :icon_wink:
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403