Search:

Type: Posts; User: achy1729

Search: Search took 0.02 seconds.

  1. Thread: invisible

    by achy1729
    Replies
    8
    Views
    2,111

    windows.h

    i have seen people using a header file named "windows.h"
    well........my c++ doesnt seem to be able to include it.....why??
  2. Thread: invisible

    by achy1729
    Replies
    8
    Views
    2,111

    i am using windows xp yes i mean that the user...

    i am using windows xp
    yes i mean that the user wouldnt be able to see the file running
  3. Replies
    8
    Views
    1,035

    er................dont u think that the problem...

    er................dont u think that the problem can be solved far more easily using this code:
    <<off-topic, unindented and untagged void main code deleted by salem>>
  4. Thread: invisible

    by achy1729
    Replies
    8
    Views
    2,111

    invisible

    i want to make a program which calculates the time for which a computer is logged on...........can anyone tell me how to make a program which can actually run in invisible mode:confused:
  5. Replies
    13
    Views
    1,315

    try remove()

    try remove()
  6. Replies
    4
    Views
    1,152

    try to unlink() it. It should work.

    try to unlink() it. It should work.
  7. Thread: Iterators

    by achy1729
    Replies
    8
    Views
    1,152

    thanks

    thanks for the help. I got it.
  8. Thread: Iterators

    by achy1729
    Replies
    8
    Views
    1,152

    Iterators

    Can anyone explain what an iterator is??
  9. Replies
    3
    Views
    2,093

    try out dirent.h and the function 'findnext()'...

    try out dirent.h and the function 'findnext()'
    It may help
  10. Replies
    13
    Views
    2,302

    In my computer its working fine, except for the...

    In my computer its working fine, except for the fact that it isn't displaying the 'a's and 'b's
  11. Thread: Saving File

    by achy1729
    Replies
    11
    Views
    1,209

    try replacing the 'Other' function with this one....

    try replacing the 'Other' function with this one.


    void other()
    {
    char FirstName[30], LastName[30],ch;
    int Age;
    char FileName[20];
    cout << "Enter the name of the file you...
Results 1 to 11 of 11