Search:

Type: Posts; User: valentin

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,526

    Yes, you are right. I realized that later on....

    Yes, you are right. I realized that later on. However, if I change for any size .....the movie still would be outside. The line:


    // Set the video size:
    hr=pWindow->SetWindowPosition(..., ...,...
  2. Replies
    2
    Views
    1,526

    DirectShow play a movie

    If someone can help me that would be great. I am trying to render a movie but it still outside the main window, and I do not why? I just follow the code from MSDN. Something probably is wrong. Below...
  3. Replies
    6
    Views
    2,321

    Can you be more explicit? I do not understand...

    Can you be more explicit? I do not understand what do you mean.
  4. Replies
    6
    Views
    2,321

    How to pass a string to a function

    Can anybody help me with this please?
    How can I pass the name from the user input to the constructor ?


    #include <iostream>
    #include <string>

    using namespace std;
  5. Thread: '<<' operator

    by valentin
    Replies
    6
    Views
    895

    Thanks, that help a lot and make sense for me...

    Thanks, that help a lot and make sense for me now.

    Appreciate your time guys.
    :)
  6. Thread: '<<' operator

    by valentin
    Replies
    6
    Views
    895

    Thank you guys, Actually I figure it out this:...

    Thank you guys,

    Actually I figure it out this:

    Functions like int, float, functions does return something, has to be called with "cout".
    Functions like void, does not return something has to...
  7. Thread: '<<' operator

    by valentin
    Replies
    6
    Views
    895

    '

    If someone can help me I appreciate it. The following code give me an error. I could not figure it out


    #include <iostream>
    using namespace std;

    void A_print(){
    cout << "A_print" <<...
Results 1 to 7 of 7