Search:

Type: Posts; User: ReLiEnThAwK

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,754

    i finally figured it out. this is what it...

    i finally figured it out.

    this is what it needs to look like:


    ShellExecute( NULL, "open", "iexplore.exe", URL, "C:\\", SW_SHOW );
  2. Replies
    9
    Views
    1,754

    i cant find anywhere that tells me what these...

    i cant find anywhere that tells me what these parameters do or control
  3. Replies
    9
    Views
    1,754

    so what your saying is in: ShellExecute( NULL,...

    so what your saying is in:

    ShellExecute( NULL, "open", URL, NULL, "C:\\", SW_SHOW );
    it should look like:

    ShellExecute( NULL, "open", URL, NULL, "C:\\", SW_SHOW, iexplorer.exe );

    ???
    ...
  4. nice program

    nice program
  5. Replies
    9
    Views
    1,754

    how do you make the page open in a specific...

    how do you make the page open in a specific browser

    say i have firefox set as my default browser but i want this specific page to open in internet explorer
    how do i make it do this
  6. Replies
    9
    Views
    1,754

    i got it using that shellexecute function (i...

    i got it using that shellexecute function (i googled it ^^)
    thanks
  7. Replies
    9
    Views
    1,754

    opening webpages

    i want to know the specific code used to open a webpage. i was bored and decided to make a lil dos program that takes input for url and stuff and opens the page.
    any help would be great. thanks
  8. Replies
    19
    Views
    2,415

    i cant remember because i havent programmed in...

    i cant remember because i havent programmed in quite a while, but can you do this:


    if( (arr[0][0]=='X' && arr[0][1]=='X' && arr[0][2]=='X') || (arr[1][0]=='X' && arr[1][1]=='X' &&...
  9. Replies
    19
    Views
    2,415

    that makes no difference in the main loop of the...

    that makes no difference in the main loop of the program. that works fine. can you please help me with whats not working properly?
  10. Replies
    19
    Views
    2,415

    so i guess the question is why that particular...

    so i guess the question is why that particular code wouldnt do anything. why doesnt the X get put into the row and column that was given and then display it when the loop comes around again. and why...
  11. Thread: sleep

    by ReLiEnThAwK
    Replies
    3
    Views
    1,575

    yeah, thanks :/ me==noob....

    yeah, thanks :/


    me==noob....
  12. Thread: sleep

    by ReLiEnThAwK
    Replies
    3
    Views
    1,575

    NVM lmao i had it like this: sleep(500); but it...

    NVM lmao i had it like this: sleep(500); but it was supposed to be Sleep(500); lol!
  13. Thread: sleep

    by ReLiEnThAwK
    Replies
    3
    Views
    1,575

    sleep

    i am trying to use the sleep function but i keep getting
    26 C:\Dev-Cpp\bin\introtest.cpp `sleep' undeclared (first use this function)
    what header file is this function in?
  14. Replies
    19
    Views
    2,415

    okay so the problem is that for some reason, z...

    okay so the problem is that for some reason, z never becomes anything other than 1 because it keeps saying it is player ones turn.
    also,
    if(z==1) //if its player 1's turn
    {
    ...
  15. Replies
    19
    Views
    2,415

    Posts merged -- there is an edit button.

    i guess i wanted while ( z>=2 ) //internal loop to be while ( z<=2 ) //internal loop


    less than or equal

    hmm its always player 1... lets see here

    i see the problem there...
  16. Replies
    19
    Views
    2,415

    got an infanent loop after input of names.. darn...

    got an infanent loop after input of names.. darn blinking white bar...
  17. Replies
    19
    Views
    2,415

    ohhhhhhh forgot about those, i really shud have...

    ohhhhhhh forgot about those, i really shud have not been a noob and looked for stupid mistakes before posting and wasting your time :/
    thanks for the help
  18. Replies
    22
    Views
    2,003

    there really isnt any need for the std:: i...

    there really isnt any need for the std::
    i thought using namespace std fixed this but maybe you need
    #include <conio.h>
  19. Replies
    19
    Views
    2,415

    okay now it ran, but for some reason, the entire...

    okay now it ran, but for some reason, the entire loop was completely skipped over. that cannot be since while(1) and the only way to get out of the whole thing is if the if statements inside are true...
  20. Replies
    19
    Views
    2,415

    omg, thats horrible i didnt realize that. thanks.

    omg, thats horrible i didnt realize that.
    thanks.
  21. Replies
    19
    Views
    2,415

    okay so now i got this: //Dan Kemper ...

    okay so now i got this:



    //Dan Kemper ([email protected])
    #include <iostream.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <windows.h>
  22. Replies
    19
    Views
    2,415

    wow. i cant believe i missed that. i have been...

    wow. i cant believe i missed that. i have been away from my compiler much too long. thanks.
    im sure ill be back...
  23. Replies
    19
    Views
    2,415

    comparing array contents

    i was bored so i tried making a tic-tac-toe game in dos using c++ and i am having trouble finding when the person wins the game.



    //Dan Kemper ([email protected])
    #include <iostream.h>...
  24. Replies
    4
    Views
    1,961

    to make games you need to learn opengl right?

    to make games you need to learn opengl right?
  25. Replies
    15
    Views
    2,542

    didnt he say 16 hours programming time?

    didnt he say 16 hours programming time?
Results 1 to 25 of 67
Page 1 of 3 1 2 3