Search:

Type: Posts; User: NightWalker

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    960

    no, linux, g++

    no, linux, g++
  2. Replies
    3
    Views
    960

    get the file names

    Can I get the file names of the current directory using c++?
    I need the filenames in order to covert their format (images).
    If not, may be I just write a bash script to do that.
    thx!
  3. Thread: Image Size

    by NightWalker
    Replies
    2
    Views
    1,564

    Image Size

    Hello all,
    I am dealing with some pictures with visual c++.net, but now I have a problem that how to get the original size of an image.
    I can first invisible a PictureBox and put the image in...
  4. Replies
    2
    Views
    1,835

    unfortunately, I am not using MFC... It is just...

    unfortunately, I am not using MFC...
    It is just Windows Form Applications in .net (VC++)
    Sigh, I am dealing with this problem for two days.
  5. Replies
    2
    Views
    1,835

    How to build Multi Form?

    Original Post in C++ Board:

    Hello all,
    Question again..
    Environment: MS Visual Studio.net 2003
    VC++>>Windows Form Applications (.net)

    I would like to have two or more Forms in the...
  6. Replies
    2
    Views
    945

    no, I use the statement Form2::Show(); It...

    no, I use the statement


    Form2::Show();

    It is the error C2352: nonlicet call of non-static member functions.
    Because I do not use the english language version, so the error message may not be...
  7. Replies
    2
    Views
    945

    Multi-Form?

    Hello all,
    Question again..
    Environment: MS Visual Studio.net 2003
    Windows Form Applications (.net)

    I would like to have two or more Forms in the application, and I add a new form (Form2) to it...
  8. Replies
    2
    Views
    1,105

    Thank you very much, anonytmouse, the problem is...

    Thank you very much, anonytmouse, the problem is solved with your help. :)
  9. Replies
    2
    Views
    1,105

    File Reading..

    Greetings all,

    I had a question about the text-file reading, I just begin to learn this programming environment.

    Environmenet: Visual Studio.net 2003
    Windows Form Applications (.net C++)

    I...
  10. Replies
    4
    Views
    1,170

    Thanks, quzah. You are right, I'd better show my...

    Thanks, quzah. You are right, I'd better show my purpose and make my code more clear next time. I found the problem when I was brushing my teeth this morning, the fault is: while I am trying to...
  11. Replies
    4
    Views
    1,170

    em..quzah, I think the code I have written is...

    em..quzah, I think the code I have written is very clear for me, the structure for List is almost the same as the one in my textbook, I just add one more line (The position 'Last' which points the...
  12. Replies
    4
    Views
    1,170

    Segmentation fault

    I want a linked-list to be a bi-directional list, so I modified the structure and the implementation file of linked-list:


    struct Node
    {
    ElementType Element;
    ...
  13. Replies
    8
    Views
    1,676

    thank you!:D

    thank you!:D
  14. Replies
    8
    Views
    1,676

    could you tell me where shold I put it in list.h?...

    could you tell me where shold I put it in list.h?
    thx:)
  15. Replies
    8
    Views
    1,676

    list.h

    list.h
  16. Replies
    8
    Views
    1,676

    list.c

    list.c
  17. Replies
    8
    Views
    1,676

    The sort.c file, may be useful.:)

    The sort.c file, may be useful.:)
  18. Replies
    8
    Views
    1,676

    code problem

    I am trying to do insertion sort with list (ADT), I wrote the function InsertionSortList in the sort.c file:


    void
    InsertionSortList(List L)
    {
    Position P1, P2;
    ElementType temp;
    for(P1...
  19. Replies
    2
    Views
    1,035

    A question about sorting..

    Hello all,
    While I am preparing my test, I fould a question on a website:

    How to rearrange an array of elements that either all the integers in even-numbered positions will be even or all the...
  20. Replies
    9
    Views
    1,239

    sorry, I am not very familiar with these gcc...

    sorry, I am not very familiar with these gcc commands..:)
  21. Replies
    9
    Views
    1,239

    sigh. could anyone answer my question?:(

    sigh. could anyone answer my question?:(
  22. Replies
    9
    Views
    1,239

    and how could I compile the main file mian.c with...

    and how could I compile the main file mian.c with the gcc compiler?
  23. Replies
    9
    Views
    1,239

    O...Sorry.. I do not understand what u write.....

    O...Sorry..
    I do not understand what u write..
    can u explain it to me?
    BTW: I already get these header and implementation files, I think the only thing I should do is just modify the pre-processor...
  24. Replies
    9
    Views
    1,239

    a basic question..

    Hello All,
    There's three data type I want to use for my programme: List, Binary search tree, and binomial queque, three header files and implementation files for them: list.h, tree.h, binomial.h ||...
  25. thx, but I think I do not fully understand your...

    thx, but I think I do not fully understand your words, could you give me an explanation of that algorithm?
Results 1 to 25 of 69
Page 1 of 3 1 2 3