Search:

Type: Posts; User: andre123

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,305

    ok thanks.

    ok thanks.
  2. Replies
    5
    Views
    1,305

    thanks for your replie, but it's mainly to find...

    thanks for your replie, but it's mainly to find out how it COULD be done, in c++, because it interest's me. If it's not possible to do this, I'll write to the disk.
  3. Replies
    5
    Views
    1,305

    write file in ram

    Hello, I want to do the following:

    Transfer some huge files (60MB) from pc a to pc c through pc b.
    (PC A)->(PC B)->(PC C)
    I want this to be done without that the files are written on the hard...
  4. Replies
    11
    Views
    20,102

    yes. thanks. It works now. greetz

    yes. thanks. It works now.
    greetz
  5. Replies
    11
    Views
    20,102

    Thanks for your reply, I'll check it as soon as...

    Thanks for your reply, I'll check it as soon as I'm home.
  6. Replies
    11
    Views
    20,102

    err.. no, I mean I still have the error. I...

    err.. no, I mean I still have the error.
    I checked MSDN, but still sisn't managed into getting it to work.
    :(
  7. Replies
    11
    Views
    20,102

    thanks for your reply, but: I've putted ...

    thanks for your reply, but:
    I've putted


    #define _WIN32_WINNT 0x0500
    #include <windows.h>

    and putted #include "stdafx.h"
    on first line, but it STILL doesn't works :confused:
  8. Replies
    11
    Views
    20,102

    oh.. sorry: here it is: #include ...

    oh.. sorry: here it is:


    #include <iostream>
    #include "stdafx.h"
    //#include <practice.h>

    #ifdef _DEBUG
    #define new DEBUG_NEW
    #endif
  9. Replies
    11
    Views
    20,102

    thanks for your reply, but I allready tried that...

    thanks for your reply, but I allready tried that and it still doesn't works.
  10. Replies
    11
    Views
    20,102

    'GetConsoleWindow' doesn't works ??!

    When I try to compile some code I found I always have the following error:

    f:\ookbij3\days\day08\a.cpp(31) : error C2065: 'GetConsoleWindow' : undeclared identifier

    I have
    #include <iostream>...
Results 1 to 10 of 10