Search:

Type: Posts; User: ninjaturtle[k9]

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,419

    Fraction Exponents

    Hey I need to know how to calculate fraction exponents such as:
    answer = x to the power of y/z
    ex: answer = 5 to the power of two fifths
    Thanks for any help your can give.
  2. Replies
    2
    Views
    935

    Cannot Open header??!!

    Hey I have Borlands compiler and am attempting to make gui windows, i just copied the example code and made a project with tyler.h and had tyler.cpp include it but it says unable to open tyler.h ...
  3. Replies
    3
    Views
    1,020

    Windows... or more specific then that? I want to...

    Windows... or more specific then that? I want to make a program that will open port 5190 so i can use aim.
  4. Replies
    3
    Views
    1,020

    Opening/Closing Ports

    Hey just wondering how this could be done using C++. thx
  5. Replies
    7
    Views
    1,877

    Making a .dll

    Hi i hav Borland compiler and was wondering if any one would tell me how to make a .dll? I want to begin modding and have been making console .exes for awhile but for this i need to make a .dll.
    Thx...
  6. Replies
    12
    Views
    1,391

    thx people, ill look into all the things youve...

    thx people, ill look into all the things youve said. The program i run is an outside program but its necessary. and thx for the heads up on system. i dont think it will work for wat im doin neways. ...
  7. Replies
    12
    Views
    1,391

    Are people telling me that there is no way to...

    Are people telling me that there is no way to make the child process close? Like i couldnt open it then sleep(10); then close it leaving the parent process but no child? This sucks if thats the case,...
  8. Replies
    23
    Views
    2,234

    i used goto.... ONCE. It put a nice little bug in...

    i used goto.... ONCE. It put a nice little bug in the middle of my program. Later in my C++ bible i learnd, like the last replier "to avoid it like a plague." Not only is it unnecessary but it can...
  9. Replies
    12
    Views
    1,391

    help me with what your are saying. So u mean if i...

    help me with what your are saying. So u mean if i want to be able to close it i must use a different method of opening?

    Would the fork/exec method work? It makes a copy of the parent program then...
  10. Replies
    12
    Views
    1,391

    Closing .exe

    Hi, earlier i asked how to open a .exe file. I choose the one line method: system("file.exe");
    Now im wondering how i get the darn thing to close. If this was on the faq im srry. Thanks for any...
  11. Replies
    5
    Views
    1,089

    Opening .exe

    Hello,
    i was wondering if anyone could help me out. I need to make my program open a .exe file, thats it. For example: You double click on my program and it pops up, then u type "g" press enter and...
Results 1 to 11 of 13