Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » U++ talk
Re: U++ talk [message #18050 is a reply to message #18046] Mon, 08 September 2008 09:22 Go to previous messageGo to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Novo, so the only working scenario is a remote development with X+SSH on *nix systems connected via modem? I`d say it is rather unfrequent scenario. Should we really consider such a problem instead of i.e. developers using better connections? This would really lead to global rewrite of GUI libs.
Besides, I do develop for platforms with neither graphics nor attribute support. Just (ANSI) terminal with minimum available RAM (< 1 Mb). Should I request U++ support for such minimalistic platforms too?
Re: U++ talk [message #18051 is a reply to message #17875] Mon, 08 September 2008 11:16 Go to previous messageGo to next message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
BTW, speaking about ".so" version of U++, you may have find these old threads informational:
http://www.ultimatepp.org/forum/index.php?t=msg&th=2700
http://www.ultimatepp.org/forum/index.php?t=msg&th=2735
Re: Does the provided upp.spec works for you and on which distro? [message #18111 is a reply to message #17901] Wed, 10 September 2008 19:26 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
luzr wrote on Tue, 02 September 2008 08:29


Doxygen pros:
- known standard tool that works
- not much work required (except moving doc back from T++)
- very thight integration with code (because it is in the code)

cons:
- needs write access to the code to document it
- hard to put images into docs
- harder to put "explanation passages" (because the document structure is fixed)


T++ pros:
- separate docs with separate write rights
- comfortable wordprocessor with spelling checker
- no problem screenshotting widgets and putting images
- same environment to create code reference docs ("src") and explanation/tutorial docs ("srcdoc")
- possible to add implementation articles

cons:
- "invented here"
- a lot of work programming it (but, we need some of it anyway)

(I might have forgoten something)



Just for the record so the next time I do not have to reinvent this list:

- documenting a set of methods with single description (e.g. overloaded variants of the same thing, like DrawText), T++ is more flexible.

- putting comments into the code would practically disabled possibility to define inline methods within class (see all those simle modifier methods like EditField::Password).

Mirek
Previous Topic: Assist - rescan code vs caching in files....
Next Topic: Upp Idea -> MultiTouch support
Goto Forum:
  


Current Time: Thu Apr 25 21:51:44 CEST 2024

Total time taken to generate the page: 0.04414 seconds