Search:

Type: Posts; User: dwks

Search: Search took 0.03 seconds.

  1. Replies
    96
    Views
    21,216

    Poll: Oh great -- now we're talking about editors! :p ...

    Oh great -- now we're talking about editors! :p

    Usually KDevelop. Sometimes kate. Occasionally vim.
  2. Replies
    96
    Views
    21,216

    Poll: No way! I like nested namespaces too. When I have...

    No way! I like nested namespaces too. When I have namespaces like Callis::GUI::Parser::Test, it would be absurd to indent them (even though this is a widescreen display . . . .) :)
  3. Replies
    96
    Views
    21,216

    Poll: You see what I mean? Two different styles,...

    You see what I mean? Two different styles, depending on whether you're declaring one variable or more than one. It should be easy to add another variable; just type , *p. ;)

    But ignore me, because...
  4. Replies
    96
    Views
    21,216

    Poll: Yes, I know the arguments. (Or some of them...

    Yes, I know the arguments. (Or some of them anyway.)
    T* x: "T*" is the type, so the asterisk should go near the T.
    T *x: T is the type, and x is a pointer to it. Plus this syntax works better when...
  5. Replies
    96
    Views
    21,216

    Poll: Personally I use void function() { ...

    Personally I use

    void function() {
    if(something) {
    puts("Really something.");
    }
    else {
    puts("Not something.");
    }
    }
Results 1 to 5 of 5