[DOCS-130] Improve C++ Driver Documentation Created: 16/Feb/12 Updated: 23/Jun/16 Resolved: 19/Aug/14 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | drivers |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor - P4 |
| Reporter: | Michael Wieher | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 3 |
| Labels: | doxygen | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Linux I suppose |
||
| Issue Links: |
|
||||||||||||||||||||||||
| Participants: | |||||||||||||||||||||||||
| Days since reply: | 11 years, 16 weeks, 1 day ago | ||||||||||||||||||||||||
| Description |
|
Hi, I'm one of the (rare?) I guess users of the C++ driver and learning how to use it has been a nightmare. Here's a list of issues I found:
None of those natural and intitive guesses work, but creation of an empty array is a pretty standard thing to do if you're setting up something to push data into. 5. work with someone to develop use cases for "new users" and try to document some of their common issues. 7. review zeroMQ's "the guide" as an example of decent documentation, examples in multiple languages, and a relatively complete attempt to anticipate the pitfalls new users would run into and provide reasonable information to them. |
| Comments |
| Comment by Daniel Pasette (Inactive) [ 30/Oct/12 ] |
|
Including a long thread for reference on building the C++ driver in windows: https://groups.google.com/forum/?fromgroups=#!topic/mongodb-dev/7ahv1GiaV24 |
| Comment by Plug Gulp [ 01/Sep/12 ] |
|
This is a very important ticket. For e.g. I am looking for examples on how to use serialization and deserialization of objects and don't see any! Please could you expedite this ticket? mongodb is written in C+, hence providing documentation for C+ driver should be relatively easy. The least that can be done is to provide examples in the doxygen generated document itself - i.e. each class should contain source example in C++ on how to use is. Thanks and regards, Plug PS: For inspiration please look at Qt documentation. |