![]() |
| | #1 |
| Frequently Quite Prolix Join Date: Apr 2005 Location: Canada
Posts: 7,629
| Wiki FAQ Yes, this is a contested topic. Wiki FAQ Wiki for Tutorials http://cboard.cprogramming.com/showp...2&postcount=59 http://cboard.cprogramming.com/showp...9&postcount=14 It's like syntax highlighting. I guess there are three reasons for this thread:
Anyway: failing all else, why don't we start up a Wiki FAQ? It's not difficult -- there are tons of free Wiki hosts out there. It doesn't even have to be officially affiliated with CBoard -- just some members linking to it all the time and putting it in their signatures would get it started. We could try it, and if it bombs, so what. If it becomes successful, there could be a link to it from the existing FAQ, without breaking anything. (It probably wouldn't be a good idea to get rid of the existing FAQ entirely, though. http://cboard.cprogramming.com/showp...2&postcount=59) It probably wouldn't be that difficult to add a Wiki FAQ to CBoard. However, I've never tried it myself, and so I don't know how involved it would be. Perhaps there are reasons for not having one, perhaps the moderators simply disapprove of it for some reason. Perhaps they think it isn't popular enough. (I sense another poll coming . . . .) Who knows, maybe a Wiki could even be used for something other than FAQs -- for example, for posting completed projects. Long threads with updates about the program get scattered throughout the board. Stickied threads with many different programs don't work very well for updates. Ideally, there ought to be a thread with links to threads about programs. Or we could reserve a board for it. Isn't that what the Projects etc board is for anyway? But I'm getting off topic. Another reason you don't want to put me in charge of a Wiki FAQ.
__________________ dwk Seek and ye shall find. quaere et invenies. "Simplicity does not precede complexity, but follows it." -- Alan Perlis "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra "The only real mistake is the one from which we learn nothing." -- John Powell Other boards: DaniWeb, TPS Unofficial Wiki FAQ: cpwiki.sf.net My website: http://dwks.theprogrammingsite.com/ Projects: codeform, xuni, atlantis, etc. New project: nort |
| dwks is offline | |
| | #2 |
| Registered User Join Date: Jan 2005
Posts: 7,137
| Another C++ forum I frequent created a Wiki for FAQ/Tutorial stuff. I liked that idea and I enjoyed contributing to it. With the size of this community, I wouldn't be surprised if an official or unofficial CBoard wiki could be successfully built up into a real resource. I prefer a wiki because most of the other options on the main cprogramming page are provided by individuals who might have differing ideas of good advice than the majority who post here, and there's very little ability to police that information. If there was one created I would likely contribute to it as well as my time permits. |
| Daved is offline | |
| | #4 |
| Registered User Join Date: Apr 2006 Location: United States
Posts: 3,202
| Yeah it's not really a big deal anymore. If you incorporate the existing FAQ, great but I don't think you have to. So many people talk about the FAQ being dated or needing additional information -- this would be the way to make those changes. Plus if people want to update it they can. I wonder who will be members of the wiki? |
| whiteflags is offline | |
| | #5 | ||
| Woof, woof! Join Date: Mar 2007 Location: Australia
Posts: 3,139
| What's wrong with the current FAQ? I'm sure mods wouldn't have too much of a problem if you wrote something worth while of the current FAQ, and wasn't a waste of their time to add -- ie, stupid things like, "How to write Hello World by Elysia" ![]() Quote:
That's my view on having it a part of the site, but seeing as you want it seperate -- I'm all for it. Since it's your fantabulous idea you should be the mod ![]() Quote:
![]() And I think any poll is likely to start arguments, like they all seem to do. Basically when you vote you'll be voting which side you want to argue for -- rather than a wiki... makes sense Last edited by zacs7; 12-20-2007 at 05:12 AM. | ||
| zacs7 is offline | |
| | #6 | |||
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Quote:
![]() Quote:
![]() We can just link to the FAQ or wiki. I love the idea of being able to just modify it on-the-fly! Suppose I could try to submit to the current FAQ too, in case anyone's around to update it
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |||
| Elysia is offline | |
| | #7 | |
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 10,366
| Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | |
| laserlight is online now | |
| | #8 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Well, tabs are convenient too, you know. One tab, one delete. And you and indent more than one line at once (at least in Visual Studio and yay for that!). Try going that with spaces. The whole mess problem ends up because tabs and spaces are mixed. Which I why I don't recommend doing that! If you use tabs everywhere, it will get the right indentation whatever studio or ide you use, so... If it's 8 spaces or 4 spaces or whatever, it doesn't matter. Some editors are at fault by indenting too much - you could change that or live with it. But I prefer to just delete one tab or inserting one tab when indenting instead of typing or deleting 4 spaces. That is just so darn annoying.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #9 | |||
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 10,366
| Quote:
Quote:
![]() Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way Last edited by laserlight; 12-20-2007 at 12:33 PM. | |||
| laserlight is online now | |
| | #10 | ||
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Quote:
Btw, still reading the thread.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| ||
| Elysia is offline | |
| | #11 | |
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 10,366
| Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | |
| laserlight is online now | |
| | #12 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,099
| Ctrl + backspaces remove an entire line of spaces in Visual Studio (at least for me). I only use tabs, though. Yes, even in forum posts when I type up code.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
| | #13 |
| Kernel hacker Join Date: Jul 2007 Location: Farncombe, Surrey, England
Posts: 15,686
| And if you hit the tab-key in Emacs it will indent to the correct level wherever you are in the code, and if you have a larger portion of code to indent, you use the "M-x indent-region" to indent a whole chunk of code - as long as there's no missing braces or such, it works just fine. -- Mats
__________________ Compilers can produce warnings - make the compiler programmers happy: Use them! Please don't PM me for help - and no, I don't do help over instant messengers. |
| matsp is offline | |
| | #14 | |||
| Frequently Quite Prolix Join Date: Apr 2005 Location: Canada
Posts: 7,629
| You can configure most editors to backspace up to, say, four spaces when you press backspace. That's what I do if possible. Several things. First and foremost, the names are absolutely stupid. If I want to link someone to the void main FAQ, I have to go to faq.cprogramming.com, search the page for "void", and copy the link. Wiki links are much better named. somewikisite.com/cboard/Void_Main. (I know you could bookmark them, but I'm frequently on computers that are not my own, different computers each time, and that would just be a waste of time.) It's also lacking a few things that I type up every once in a while, like an explanation of p=realloc(p,...), sizeof without parentheses, passed arrays to functions degrading (sorry, Prelude) into pointers, Turbo C, timing with portable and platform-specific functions, how to figure out whether a function is ANSI standard or not, what to do on Linux when you get an error from leaving out -lm, etc, etc, etc. But, as you say: Quote:
Quote:
Quote:
Actually, I probably wouldn't be a good candidate for a mod. I'm not online frequently -- just a few hours straight every once in a while -- which is good for posting but not very good for moderating. I'm just the head advocate! Right now at least.
__________________ dwk Seek and ye shall find. quaere et invenies. "Simplicity does not precede complexity, but follows it." -- Alan Perlis "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra "The only real mistake is the one from which we learn nothing." -- John Powell Other boards: DaniWeb, TPS Unofficial Wiki FAQ: cpwiki.sf.net My website: http://dwks.theprogrammingsite.com/ Projects: codeform, xuni, atlantis, etc. New project: nort | |||
| dwks is offline | |
| | #15 |
| Woof, woof! Join Date: Mar 2007 Location: Australia
Posts: 3,139
| If you put it like that then it's very appealing. You could always start a 'non-official' wiki, if it worked and if the mods liked it then it could become 'official'? |
| zacs7 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wiki FAQ | Queatrix | General Discussions | 6 | 03-25-2007 03:39 AM |
| Wiki for Tutorials | jverkoey | General Discussions | 7 | 08-16-2005 03:03 PM |
| FAQ Check/Lock | RoD | A Brief History of Cprogramming.com | 2 | 10-15-2002 11:21 AM |