Search:

Type: Posts; User: Dakkon

Search: Search took 0.00 seconds.

  1. Many thanks Vber! I never think to check that...

    Many thanks Vber! I never think to check that msdn site. Sorry to waste you time :\
  2. I am not sure what you mean by that. I just...

    I am not sure what you mean by that. I just bought .NET today and I just start to learn how to programming C today with Dietel book.
  3. What did I do is pick C++ project > Win32...

    What did I do is pick C++ project > Win32 application template > change to Console application and empty project in application setting > right click on empty source folder > Add > Add New item >...
  4. Pick C++ project then which template? is it Win32...

    Pick C++ project then which template? is it Win32 application template?
  5. How can I compile C or C++ with Visual Studio .NET?

    I have hard time to find the instruction or tutorial on how can I compile C or C++ with Visual Studio .NET. The manual come in with .NET is joke.

    Please help? I want to start on C programming but...
  6. Replies
    15
    Views
    1,624

    Thats one I want to know! lol..

    Thats one I want to know! lol..
  7. Replies
    15
    Views
    1,624

    I tried and it s garbled if I use that way. ...

    I tried and it s garbled if I use that way.

    Basically, I just need a way to input a variable, and send it to that function and have it output in the color I choose..

    Thanks for response :)
  8. Replies
    15
    Views
    1,624

    Double variable problem...

    I need to send the variable (double) into the function as a char*


    void changecolor(char* word, int color){
    textcolor(color); //changes text to the color given through the argument...
  9. Replies
    5
    Views
    1,506

    Ok, problem solved!! Thread closed? I guess.....

    Ok, problem solved!! Thread closed? I guess.. thanks!
  10. Replies
    5
    Views
    1,506

    lol, I see :D I try and couldnt convert,...

    lol, I see :D

    I try and couldnt convert, thanks anyway.
  11. Replies
    5
    Views
    1,506

    Wow, thats fast response. Thanks but how? I m new...

    Wow, thats fast response. Thanks but how? I m new to C++ so how can I convert from var to string? Can you give me short example or where to change?

    many thanks!
  12. Replies
    5
    Views
    1,506

    C++ color dynamic problem

    I need the ability to change text color dynamically within a page without using the clear screen command clrscr();. I do know that this works:


    cout << "The last word in this sentence is ";...
Results 1 to 12 of 12