Search:

Type: Posts; User: Hcadp

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    950

    "Spliting" inputed value into two variable

    So what I want is something like this:



    #include <stdio.h>
    #include <conio.h>

    int main(void){
    int value;
    printf ("Enter a value: 0x");
  2. Replies
    5
    Views
    17,014

    Sorry for posting in the wrong section. I didn't...

    Sorry for posting in the wrong section. I didn't see the Windows programming section..
  3. Replies
    5
    Views
    17,014

    Win32 Text Field For Input

    Hello, I am currently programming a Win32 application and I need a "text field" or a "text box" that the user can type in a number to. I will need a few of these so a example would be great.
Results 1 to 3 of 4