Search:

Type: Posts; User: lordkrandel

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    13,744

    Questioning professional quality of a "forum...

    Questioning professional quality of a "forum newbie"' who just asked a question about two lines of code, just because of seemingly unreasonable coding style choices isn't really what I expected...
  2. Replies
    19
    Views
    13,744

    Because I had a problem (that I solved myself in...

    Because I had a problem (that I solved myself in 3 minutes) and I didn't ask you to teach me the truth about gotos or inline functions, or teamworking, or code-style-marketing. That was just...
  3. Replies
    19
    Views
    13,744

    I cannot really understand why using goto in a...

    I cannot really understand why using goto in a specific and determined and well-detailed way can lead to "spaghetti code". You have to follow rules when you program in team. Well, ok, can't my rule...
  4. Replies
    19
    Views
    13,744

    Are you really judging my professionality from...

    Are you really judging my professionality from two absolutely trimmed down functions from a personal project which just served as example to ask a question about a completely different issue after...
  5. Replies
    19
    Views
    13,744

    Anyone codes the way he wants.

    Anyone codes the way he wants.
  6. Replies
    19
    Views
    13,744

    Cprogramming.com Tutorial - Articles - When to...

    Cprogramming.com Tutorial - Articles - When to use Goto

    The example program is trivial, but I tend to "goto" like that in C.
  7. Replies
    19
    Views
    13,744

    I have a segmentation fault in this program ...

    I have a segmentation fault in this program




    struct obj {
    wchar_t *name;
    struct obj *father;
    };
    struct pbl {
Results 1 to 7 of 7