Hi all, string handling is very different if you look in various parts of code. It would be nice to start to standardize it and use unified mechanism. I see three possible ways:
1. Use the C++ String class 2. Use the rfb/util.h:CharArray class 3. Use standard C strings with *printf() and str*() functions >From my point of view the best solution will be to use variant 3. (C-like handling) because you don't have to deal with objects and affraid of additional overhead. But the 1. variant is probably also a good idea. The 2. variant should not be choosen because I don't see any advantage from CharArray class. What is your opinion? Do you vote for C or C++? ;) Regards, Adam -- Adam Tkac, Red Hat, Inc. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tigervnc-devel mailing list Tigervnc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-devel