Search:

Type: Posts; User: cude87

Search: Search took 0.01 seconds.

  1. Thread: Help~!~

    by cude87
    Replies
    16
    Views
    1,924

    thanks for all the help. but lol. now it's more...

    thanks for all the help. but lol. now it's more of a trojan/ memory killer


    #include <iostream>
    #include <stdlib.h>

    using namespace std;

    int main()
    {
  2. Thread: Help~!~

    by cude87
    Replies
    16
    Views
    1,924

    ty for that info but u still haven't solven my...

    ty for that info but u still haven't solven my problem. I need to change the message depending on the random number
  3. Thread: Help~!~

    by cude87
    Replies
    16
    Views
    1,924

    maybe lazy was a wrong word. busy is more of what...

    maybe lazy was a wrong word. busy is more of what I mean
  4. Thread: Help~!~

    by cude87
    Replies
    16
    Views
    1,924

    Help~!~

    Hey guys. I'm making an encoding tool for messaging but the problem is, I don't know how to change the letters in the inputed message and I'm too lazy to look it up.... I just started it like 2 min...
  5. Thread: how do you....

    by cude87
    Replies
    6
    Views
    1,108

    I know how to use Sleep. Only one thing, I'm...

    I know how to use Sleep. Only one thing, I'm using C++ Builder so I can create Windows Application with ease, so I want it so when 1 sec passes, it changes a part of the program with oausing the...
  6. Thread: how do you....

    by cude87
    Replies
    6
    Views
    1,108

    yes but that pauses the entire prog. I just want...

    yes but that pauses the entire prog. I just want to pause it in a function. isn't there any other way???
  7. Thread: how do you....

    by cude87
    Replies
    6
    Views
    1,108

    how do you....

    how do you make the prog to wait 1 sec? I wanna make it so it would do a function every 1 sec. is this possible?
  8. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    I know about that. I want to know how to...

    I know about that. I want to know how to shutdown, logoff, etc. I think the functions there work, but I don't know which include file I need or something....
  9. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    I think I need to include a file. which one?...

    I think I need to include a file. which one? windows.h?
  10. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    I think I found something.....is this true? : ...

    I think I found something.....is this true? :


    BOOL ExitWindowEx(UINT option here, DWORD dwRes)

    option is:

    EWX_FORCE
    EWX_LOGOFF
    EWX_POWEROFF
  11. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    thanks for the help but I could've done that with...

    thanks for the help but I could've done that with basic ofstream. that just empty's the file. I wanna know how to completely delete it. and do you know how to do shutdown, log off, restart, and quick...
  12. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    thanks for the help but I have another question....

    thanks for the help but I have another question. how can you delete a file? and if an error comes up for deleting (if it ever does), is there a way to ignore this error, but store this error in a...
  13. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    thanks so much!!!!!!!!!!!!!

    thanks so much!!!!!!!!!!!!!
  14. Thread: can you....

    by cude87
    Replies
    13
    Views
    1,223

    can you....

    can you use File I/O to create files anywhere like C:\blah? cuz when I try and do that with C++ Builder 6, it doesn't work
Results 1 to 14 of 14