Search:

Type: Posts; User: yuri322

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,320

    that was simple lol thanks daved

    that was simple lol

    thanks daved
  2. Replies
    3
    Views
    1,320

    pointers and arrays

    hey i am trying to learn pointers and references.

    how can i pass an array of characters by reference to a function?



    void funct(char *text)
    {
    cout << *text << endl;
    *text = 'c';
  3. Replies
    7
    Views
    1,210

    damn thats exactly what i needed thanks now...

    damn thats exactly what i needed

    thanks

    now its time to figure out this dll stuff lol
  4. so you have a name and you want to know if a...

    so you have a name and you want to know if a process is running??
  5. Replies
    7
    Views
    1,210

    ok so here is a better question lets say you want...

    ok so here is a better question lets say you want to make a progr that will run in windows and ask a user for a username and password and will not let the user do anything until they enter that...
  6. Replies
    20
    Views
    2,897

    only sometimes.... :(

    only sometimes.... :(
  7. Replies
    7
    Views
    1,210

    well here is the question when you use win task...

    well here is the question when you use win task manager and end explorer it wont appear until you start it again.

    but when you do the same in c++ for some reason it restarts automatically.

    a...
  8. Replies
    20
    Views
    2,897

    hey tu return the totals to main why not use...

    hey tu return the totals to main
    why not use some global variables

    here is an easy example of how to return a number from a function to main


    #include <iostream.h>
    int z=0;

    void...
  9. Replies
    7
    Views
    1,210

    Killing process

    I am experimenting with processes. I made a program that kills explorer.exe then asks for a password and restarts it.

    Unfortunately every time I kill explorer it restarts automatically.
    Anything...
Results 1 to 9 of 9