Search:

Type: Posts; User: Rede

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    9,726

    what's the mean of : char* const* argv ?

    int command(int argc, const char*const* argv);

    in this line
    what's the mean of : char* const* argv ?

    i don't understand it

    Thank you for explaining it for me!
  2. The main problem for me is I can not understand...

    The main problem for me is I can not understand the two array rup[] and lup[].
  3. Eight Queen Problem code. But I cannot understand.

    Eight Queen Problem code. But I cannot understand.
    Can anybody explain it for me briefly?
    Thank you so much!



    #include <stdio.h>
    #include <stdlib.h>
    #define N 8
  4. Replies
    13
    Views
    2,116

    I REALLY SAD. can any Bro help me!

    I am a master student in US. Computer science major.

    But...right now. I just debugging my java program project. And I spend 6 hours ,still not good.
    I am really frustrated.

    I have a classmate,...
  5. Replies
    6
    Views
    53,781

    thank you guys! especiall brewback. really...

    thank you guys!
    especiall brewback. really helpful.
  6. Replies
    6
    Views
    53,781

    thank you Adak, yes I know it. it's fork()'s...

    thank you Adak,
    yes I know it. it's fork()'s error.
    Wish somebody know more detail and tell me.
    Coz I just find general description about this error, still cannot solve my question about my...
  7. Replies
    6
    Views
    53,781

    (errno == EINTR) means WHAT? thank u!

    I read a program it has :
    if (errno == EINTR)

    in that program , if this is true, it will continue...
    else will throw a exception..

    I don't understand EINTR means and I also cannot find its...
  8. Qustion about Create A Node (server combine client)

    Qustion about Create A Node (server combine client)

    I am newbie on socket programming.
    A simple question:

    I want to implement several nodes who are not only servers but also clients.
    Means,...
  9. thank you. I just tried it. cannot work. I...

    thank you.
    I just tried it. cannot work.
    I think the problem is authority. I will email administrator for more information about it
    Thank you!
  10. yes, I understood insert VS command (aka. escape)...

    yes, I understood insert VS command (aka. escape) mode. no problem
    I have create .vimrc On server under my directory. paster those code you gave me.
    But nothing changed...How it gonna to work?
  11. Plus, another trivial question.. If I wanna...

    Plus, another trivial question..
    If I wanna delete one character in VI due to typo...what is the quickest way to do so?
    my way is:

    1 press "esc"
    2 press "x"
    3 press "a"
    then go back coding .....
  12. Thank you very much! But I have not root...

    Thank you very much!
    But I have not root authority for Server. So I cannot install plugin.
    still thank you so much.

    also hoping more other suggestion :p
  13. Need some suggestion about Socket Programming use C

    Need some suggestion about Socket Programming use C

    Hi,

    I am a student who just begin to learn socket programming use C. And I will finish a project about this.
    So I want to learn it at first...
Results 1 to 13 of 13