Search:

Type: Posts; User: eagles

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,027

    ShellExecute Function

    I came accross this function there the other day, and i used it to open up a webpage like so:



    ShellExecute(NULL, "open", "http://www.cprogramming.com/", NULL, NULL, SW_SHOWNORMAL);

    is there...
  2. Replies
    15
    Views
    3,453

    Wow, that's cool. ... hmmm, don't have a clue...

    Wow, that's cool. ... hmmm, don't have a clue though.
  3. Replies
    6
    Views
    1,396

    took me a while to realise what ws is ... cheers!!

    took me a while to realise what ws is ... cheers!!
  4. Replies
    6
    Views
    1,396

    white spaces ...

    I'm doing a program where I send a string to a file, and I want to read it back, but when I do that, the white spaces only come up as nothings .... all the words are cascaded together , for example
    ...
  5. Replies
    2
    Views
    1,067

    binary number ...

    HI, I know this is really easy, but I'm stomped.

    I need a nested for loop to write the first 32 binary numbers into a 32x5 elemented array .... anyone know how??
Results 1 to 5 of 5