Search:

Type: Posts; User: napalm

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,142

    Hiding the program

    I need to write an invisible program that does nothing

    I can use FreeConsole() to hide the program, but how do I pause it after that? Simple things like system(pause) and getchar() dont work when...
  2. Replies
    5
    Views
    1,308

    My question is how do I get two windows? It...

    My question is how do I get two windows?

    It has to be a command line program
  3. Replies
    5
    Views
    1,308

    Multiple Windows

    I want to write a command line program the utilizes two windows, so user can look at data side by side

    I'm writing a command line game

    I want one window to essentially be the entire game, while...
  4. Replies
    4
    Views
    1,470

    ^ This program is going to be later turned into a...

    ^ This program is going to be later turned into a function to be used in a larger program, but thanks anyways. I never knew you could do that.
  5. Replies
    4
    Views
    1,470

    ^ good idea I'll try that and get back to you

    ^ good idea

    I'll try that and get back to you
  6. Replies
    4
    Views
    1,470

    sorting a simple text file

    I have a text file thats looks like this:


    I want a program that will sort it by number highest to lowest by number to look like this:


    The things that are constant are that the list will...
Results 1 to 6 of 6