Search:

Type: Posts; User: peter__barnes

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,662

    about vim dd dw dl

    each time ,when I delete some code,the copy buffer will be replaced by the deleted word.
    for example:
    1 #if 0
    2 #include <stdio.h>
    when I move to 1,press [yy],vim will copy this line to...
  2. Replies
    5
    Views
    3,742

    r krishnamoorthy ,G...

    <Data Structures Using C> r krishnamoorthy ,G indirani kumaravel
    <data structures and algorithm analysis in C>
  3. Replies
    3
    Views
    1,650

    agree with stdq...

    agree with stdq ,use two-dimensional array
  4. Replies
    6
    Views
    1,261

    you win when you move the bracket to the...

    you win when you move the bracket to the D4(south-east).
    in each movement , the bracket need 2 presupposition when you move it from the source to the distination:
    1.the source and the distination...
  5. not a big problem,just a warning

    not a big problem,just a warning
  6. Replies
    5
    Views
    947

    your CODE can't act like you want, ...

    your CODE can't act like you want, nonoob's is right.
  7. Replies
    6
    Views
    938

    a problem about if-else

    I write a C code,simulate the code in page 69 of <the C programming language>
    count the polish notation.
    for example ,input: 2 1 - it should answer: 1
    input:...
  8. Replies
    8
    Views
    964

    if(x[i]=' ') = -> ==

    if(x[i]=' ')
    = -> ==
  9. Replies
    16
    Views
    5,737

    just use gcc as usual

    vim+gcc+gdb.win7: gvim + codeblocks(gcc+gdb)
Results 1 to 9 of 9