Search:

Type: Posts; User: virre

Search: Search took 0.06 seconds.

  1. Thread: Colours?

    by virre
    Replies
    7
    Views
    1,705

    this is how to change colours: void color(int...

    this is how to change colours:

    void color(int color_num)
    {
    if( color_num == 1) // red
    {
    HANDLE hStdout;
    hStdout = GetStdHandle(STD_OUTPUT_HANDLE);
    ...
  2. Replies
    2
    Views
    1,600

    I'm a total noob in win c++ programming.. where...

    I'm a total noob in win c++ programming.. where is this code to be placed? does it matter? can I have it in the OnInitDialog or`?
  3. Replies
    18
    Views
    2,495

    prob with input of dir with spaces

    I havn't got this to work, pls help somebody.

    cin>>oppnaFil;
    if((strcmp("1",oppnaFil)==0))
    val2();
    else
    ShellExecute(NULL, "open", oppnaFil, NULL, NULL, SW_SHOWNORMAL);

    Nevermind the...
  4. Replies
    1
    Views
    1,124

    integer and char, convert?

    Maybe this is a simple question, maybe it can't be done, I don't know :)

    I've got a simple menu. The user should be able to input either a integer, to go back to the previous menu, or input a...
  5. Replies
    0
    Views
    851

    open a mp3file prob

    I'm new with c++ and I just can't figure this out. I want the user, to input their mp3 directory. Then, they input the mp3 files name (without the .mp3). This is my code (which doesn't work)

    void...
Results 1 to 5 of 5