Search:

Type: Posts; User: liuguobiao

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,339

    you can add the command in...

    you can add the command in "/home/YOURUSER/.profile"
  2. Thank you very much!!! I did it with what you...

    Thank you very much!!!
    I did it with what you said ,and it run!!

    said again :Thank you!!!
  3. error in creat file by using 'open' function

    hi I am just write a simple program(c.c) :


    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/stat.h>
    #include <fcntl.h>
    #include <string.h>
    int main()
    {
  4. Replies
    6
    Views
    11,958

    Thanks very much !laserlight . I will study...

    Thanks very much !laserlight .
    I will study hardly in it .
    Thanks !!
  5. Replies
    6
    Views
    11,958

    OH ! I am sorry . It run ! Thanks !! I using the...

    OH ! I am sorry . It run ! Thanks !!
    I using the Getline(),it said 'Getline' was not declared in this scope.
    can you tell me Getline() in which head file ? Not "string.h" ?
  6. Replies
    6
    Views
    11,958

    I am chage the code to : #include ...

    I am chage the code to :
    #include <iostream>
    #include <string>
    useing namespace std;
    int main()
    {
    string st;
    return 0;
    }
    but it return :
  7. Replies
    6
    Views
    11,958

    string undeclared ?

    I have got some truble,like these:

    dream@liuguobiao:~/Desktop$ cat c.c
    #include <stdio.h>
    #include <string.h>

    int main()
    {
    string st;
    st = Getline();
Results 1 to 7 of 7