Search:

Type: Posts; User: wxjeacen

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,114

    actually , I mean there should be a ";".

    actually , I mean there should be a ";".
  2. Replies
    6
    Views
    1,114

    struct a{ string k; int count; } maybe...

    struct a{
    string k;
    int count;
    }

    maybe you should change it like this.


    struct a{
    string k;
  3. Replies
    6
    Views
    1,443

    understand.... give my deepest thank to all of...

    understand....

    give my deepest thank to all of you .
  4. Replies
    6
    Views
    1,443

    would you please type the codes.....

    would you please type the codes.....
  5. Replies
    6
    Views
    1,443

    however, how can i change the codes to pass...

    however, how can i change the codes to pass these warnings?
  6. Replies
    6
    Views
    1,443

    template question

    hi :

    while compiling ,i confronted a problem in template.

    here is the code ,very short.

    The codes can be compiled through,however there are warnings .

    i was confused by these warnings.
  7. Replies
    5
    Views
    1,191

    thank you very much!!! i recorrect the code...

    thank you very much!!!

    i recorrect the code ,and it works..
  8. Replies
    5
    Views
    1,191

    i have changed to but...

    i have changed <iostream.h> to <iostream>

    but it does not work as well...

    and when i use <iostream.h> to compile other programmes,all of which can been done..

    the follow code can not be...
  9. Replies
    5
    Views
    1,191

    a question about "quote"

    hi ,
    while was programming , i confronted a problem.


    #include<iostream.h>
    class sample
    {
    int x,y;
    public:
    sample(int a,int b)
  10. Replies
    12
    Views
    3,222

    however, i have had defined the array str1[50]...

    however, i have had defined the array str1[50] and d[50],how can they be overflowed?
  11. Replies
    12
    Views
    3,222

    Thanks very much ,masters. I have learned a...

    Thanks very much ,masters.


    I have learned a lot from your replies.


    however ,there is still something wrong with my algorithm,


    maybe ,the algorithm of permuting strings is not perfect.
  12. Replies
    12
    Views
    3,222

    I am trying to append a single character there

    I am trying to append a single character there
  13. Replies
    12
    Views
    3,222

    so ,how can I correct this mistake?

    so ,how can I correct this mistake?
  14. Replies
    12
    Views
    3,222

    errors are follow: In function "insort"...

    errors are follow:
    In function "insort"
    warning: passing argument 2 of ‘strcat’ makes pointer from integer without a cast.
  15. Replies
    12
    Views
    3,222

    I have a program to compile,need help.

    /*This program is to permute some letters of alphabet.
    However i can not compile it .
    There are always many errors.
    your help will be appreciated deeply.
    I am a new guy in Ubuntu .*/


    ...
Results 1 to 15 of 15