reference-manual Questions

4

Solved

I am writing an R package and would like to make a pdf reference manual of all functions in the package. I understood from here that R CMD check automatically creates a reference manual. Here I re...
Blaeberry asked 7/6, 2013 at 14:22

1

Solved

lets say I wrote a function: (defn foo [to x] (conj to x)) and would like to document it by stating that to must implement some protocol (as in the structure/type to must support the call conj)....
Alltime asked 21/7, 2017 at 22:44

12

Solved

I am writing a user manual and I have come to a discussion with a colleague. He says I cannot use the word "you" anywhere in the manual. Now I remember something about this at school but that...
Keenan asked 27/5, 2010 at 16:52

3

Question in bold below. This is a programming question, so do not jump to conclusions and vote to close. I'm a C++ programmer. I use OS X / quicksilver or ubuntu / compiz / gnome do as my desktop. ...
Villada asked 2/4, 2012 at 13:14

2

Solved

For c++03, there are next reference pages : cplusplus IBM pages for c++ MSDN c++ reference pages I used cplusplus as reference pages as a reference for c++ classes and functions (I am aware...
Forbis asked 12/9, 2011 at 7:29

4

Solved

I would like to write a container class in a style which fits very neatly into STL. It should look and behave as if it where a standard STL container. Is there a manual, report, Q&A, etc., out...
Paper asked 10/6, 2011 at 12:17

7

Solved

I would like to learn more about C++0x. What are some good references and resources? Has anyone written a good book on the subject yet?
Horick asked 14/10, 2008 at 7:19

9

Solved

I've studied C programming in college some years ago and have developed some medium applications back then (nothing serious). Now I have to develop some more 'advanced' C applications (involv...
Battue asked 10/10, 2008 at 3:21
1

© 2022 - 2024 — McMap. All rights reserved.