Search:

Type: Posts; User: tbca

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    5,673

    what you want to do is not possible unless using...

    what you want to do is not possible unless using a special keyboard the normal keyboard can only do one at a time and cannot hold another
  2. Replies
    7
    Views
    1,611

    Other than what everyone else said you also...

    Other than what everyone else said you also didn't use this line of code. it isn't really necessary to change but you can if you want
  3. Thread: unscrambler

    by tbca
    Replies
    6
    Views
    1,415

    Ok Cat said it was easy to download a dictionary...

    Ok Cat said it was easy to download a dictionary file but sofar I ave dwnloaded 4 things that I thought were one but werent
  4. Thread: unscrambler

    by tbca
    Replies
    6
    Views
    1,415

    what is a dictionary file

    what is a dictionary file
  5. Thread: unscrambler

    by tbca
    Replies
    6
    Views
    1,415

    unscrambler

    ive been making a program that can take seven letters and put them in any order till I say stop. recently had a frend look at it and he said it was ok but should be able to tell if there is a word...
  6. Replies
    6
    Views
    1,705

    Bra0407 is right you have to say what x and y...

    Bra0407 is right you have to say what x and y equal
  7. Replies
    8
    Views
    1,298

    in visual c++ when your making the program next...

    in visual c++ when your making the program next to the line return 0 click on the side
    then a dot should appear this will stop the program from auto closing

    if you could post a picture of your...
  8. Replies
    12
    Views
    4,779

    ty for the help but I still cant figure out...

    ty for the help


    but I still cant figure out what rand or random_shuffle has to do with arrays and or vectors

    i mean for rand you don't even need arrays do u?
  9. Replies
    12
    Views
    4,779

    Ummm........ I'm not that good with arrays and or...

    Ummm........ I'm not that good with arrays and or vectors is there somewhere online I could learn about them
  10. Replies
    12
    Views
    4,779

    yeah a shuffle

    yeah a shuffle
  11. Thread: buzzer?

    by tbca
    Replies
    14
    Views
    2,942

    vc++ express doesn't come with win32 unless you...

    vc++ express doesn't come with win32 unless you download it seperatly I would know i was too cheap too aford anything else
  12. Thread: confused

    by tbca
    Replies
    17
    Views
    2,124

    you should probably learn c, c++ or if you want...

    you should probably learn c, c++ or if you want to join microsoft c#
  13. Replies
    12
    Views
    4,779

    but i need to get the numbers 1 2 and 3 in random...

    but i need to get the numbers 1 2 and 3 in random order I don't need random numbers
  14. Thread: buzzer?

    by tbca
    Replies
    14
    Views
    2,942

    Corned Bee and Mario are right iostream wont work...

    Corned Bee and Mario are right iostream wont work so you will have to download a library
  15. Replies
    12
    Views
    4,779

    just checked nothing about a random pattern

    just checked nothing about a random pattern
  16. Thread: Thread vs Process

    by tbca
    Replies
    10
    Views
    2,154

    I think cpp means the thing about threads and...

    I think cpp means the thing about threads and processes
  17. Replies
    15
    Views
    3,672

    what do you mean the application directory and...

    what do you mean the application directory and how do you want to use it
  18. Replies
    12
    Views
    4,779

    Rock Paper Scissors Game

    I am currently trying to make like a text based rock paper scissors game and i need to find a way to make my computer do a random order of three numbers each to equal rock paper or scissors
  19. Replies
    21
    Views
    2,842

    I used system and it works thanks everybody

    I used system and it works thanks everybody
  20. Replies
    21
    Views
    2,842

    I am using visual c++ express edition 2005 I...

    I am using visual c++ express edition 2005
    I tryed to use system but it didn't work do I need to include some libraries to make it work
  21. Replies
    6
    Views
    1,868

    if you want to start game programming I recommend...

    if you want to start game programming I recommend windows and DirectX. Windows is the most popular operating system for games so if you want more people to play it then windos is good for you....
  22. Thread: 3D Games

    by tbca
    Replies
    8
    Views
    1,895

    As the person before me said there is the game...

    As the person before me said there is the game programming forum but a program you can use is anim8tor whch makes three d design

    also what is the name of the book
  23. Replies
    5
    Views
    1,691

    If you need Win32 then you could download the...

    If you need Win32 then you could download the free microsoft visual c++ express edition and the psdk fllow the instructions and you can now write in win32
  24. Replies
    21
    Views
    2,842

    executing a program help

    I am making a program that can start multiple other programs.
    I do this by
    _____________________________________
    Process ^p;
    ProcessStartInfo ^pInfo;

    pInfo = gcnew ProcessStartInfo();...
Results 1 to 24 of 24