Search:

Type: Posts; User: mosu'

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,933

    pass string array from C++ to C#

    Hello everyone!

    I'm not sure this is the right place for this thread but here is my problem:

    I need to pass an array of strings from a C++ DLL (wrapper class) to a C# application.

    Is there...
  2. Replies
    4
    Views
    2,192

    Yep, you're right and I usually do this :) ...

    Yep, you're right and I usually do this :)
    Probably I should sleep and leave this for tommorow :)
    Thank you!
  3. Replies
    4
    Views
    2,192

    It tells me that I forgat to close the file ... :)

    It tells me that I forgat to close the file ... :)
  4. Replies
    4
    Views
    2,192

    remove(const char* ) only with extension?

    Hello everyone,

    It seams that I have a problem with deleting files with remove(const char* filename) from a c++ program.
    If the file has an extension (any extension) it does deletes the file...
  5. Replies
    3
    Views
    2,053

    well, I solved the problem ... I was mixing...

    well, I solved the problem ...
    I was mixing <iostream> with <iostream.h>.

    But I have now a curiosity:
    Why I can't write:
    friend ostream& operator <<(ostream& os, student& st);
    and use it...
  6. Replies
    3
    Views
    2,053

    use and ostream overloading together

    Hy all,

    I create a small project that dealls with some student data structure. Now I want this program to read the data from a file and write it to another.
    I think that using <fstream> library...
  7. Replies
    7
    Views
    1,324

    Deal :D

    Deal :D
  8. Replies
    7
    Views
    1,324

    Well first off all thank you. You showed me a...

    Well first off all thank you. You showed me a more elegant way to solve my problem.
    But I still have some questions. If you got the time please explain me the following things:
    What is ia32 ?
    ...
  9. Replies
    7
    Views
    1,324

    Well ... this are the project requests ... It...

    Well ... this are the project requests ... It wasn't at my desire ... even if it is stupid ...
    I put all that code (sorry for this) because I just don't see, don't understand where the problem is...
  10. Replies
    7
    Views
    1,324

    Accesing pointer to struct data

    Hy all. I have this code, done it so, because it is a school project, so I am forced to use this things ...
    Anyway, I don't understand what its wrong
    Here is the code:
    //this is valuta.h:

    ...
Results 1 to 10 of 10