Changes between Version 9 and Version 10 of code/FAQ
- Timestamp:
- Sep 25, 2008, 2:18:47 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/FAQ
v9 v10 57 57 === Why should I use STL containers? They're so weird! === 58 58 They might look complicated, but as you get used to them, they'll be your friends. Everyone knows STL containers, so no one will missunderstand your code. They're powerful and bug free and are well [http://www.cplusplus.com/reference/stl/ documented]. Please don't implement your own list for every chickenshit. 59 60 === I can't copy text from the clipboard into the Orxonox Shell === 61 Pasting clipboard content works via ctrl+v or shift+ins. If you're sure you're pressing the right keys, your OS might just not be supported by util/Clipboard.h. Feel free to implement a version for your OS.