Search:

Type: Posts; User: dongkhoi

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    7,205

    when i include it generates error.It...

    when i include <window.h> it generates error.It can not be found.
  2. Replies
    4
    Views
    7,205

    how to maximize the console window?

    hi everyone i write a battleship game by using Win 32 Console Application on VC++ 6.0 and i want the console to be maximized when the game is started.It looks like some traditional games on...
  3. how to generate a random integer number between 0 and 9

    Hi everyone
    could anyone tell me how to generate a random integer number between 0 and 9.How to use s_rand() and rand() ?I think these functions are suitable but i dont know how to use them.Thanks...
  4. how to print the content of two dimension array on a grid

    Hi everyone, i have a two-dimension array and i want to display its value on the grid like the following pattern :

    1 2 3 4 5 6 7 8 9 0
    +-+-+-+-+-+-+-+-+-+-+
    a| | | | | | | ...
Results 1 to 4 of 4