Search:

Type: Posts; User: kingneb

Search: Search took 0.00 seconds; generated 21 minute(s) ago.

  1. Replies
    1
    Views
    2,173

    Creating Windows App from Scratch

    The simplest way to put it, I wish to create an application from an empty project using windows forms/GUI. Visual Studio 2008 has a wizard you can elect to generate all the necessary files for it. ...
  2. Replies
    2
    Views
    1,471

    Passing Multidementional arrays

    I have two multidementional I wish to, byref (as all arrays in c++ are passed), pass as a parameter to a function. When I attempt to do this, the compiler throws a bunch of errors. How do you do...
  3. Replies
    6
    Views
    2,391

    getch statement

    I am trying to write a program that takes a single character off the keyboard without having to press the enter key. The getch statement is supposed to do that but it does not. I am using Visual...
  4. Thread: Better Way?

    by kingneb
    Replies
    4
    Views
    1,208

    The acceptableCharacters list can range anywhere...

    The acceptableCharacters list can range anywhere from one to all the characters on the keyboard at once.

    ~1234567890-=~!@#$%^&*()_+[]\;',./|:"<>?qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM
  5. Thread: Better Way?

    by kingneb
    Replies
    4
    Views
    1,208

    Better Way?

    This function takes a char and compares it against a list of chars for a match. Is there a more efficient way of accomplishing this compared to this code: (see text file).
  6. Replies
    3
    Views
    3,484

    Loop until a key is pressed

    I am using visual studio 2008. I am trying to write a loop that continues until a user presses the y or the n key. I can do it if the user types one or the other of these and presses enter, but I...
Results 1 to 6 of 6