CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sharkadder

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    18,644

    Re: UDP Socket between C++ and Python

    Dudeand the rest you are a legend, i know that you only led me to some Microsoft reference library websites but my socket is now working. All i did was move the WSAStatup above the socket...
  2. Replies
    8
    Views
    18,644

    Re: UDP Socket between C++ and Python

    Ok sorry to be a right pain but yeah, i last programmed something in c++ 4 years ago and have not really touched the language since, in fact the last thing i did on sockets and pipes was in standard...
  3. Replies
    8
    Views
    18,644

    Re: UDP Socket between C++ and Python

    Hi there and appologies for not using the snippets. The 1024 is the size of the message in bytes which it can handle. Since i am only sending one string of data it should be fine. Does my C++ look...
  4. Replies
    8
    Views
    18,644

    UDP Socket between C++ and Python

    Hi there,

    Appologise if i have posted in the wrong forum but since it uses both C++ and Python i thought that i would post here.

    Basically i have a program which i want to send a string of data...
  5. Replies
    4
    Views
    1,370

    Re: best way to remove shapes

    ah i see, well thanks for the reply, i shall have a real good look into it tomorrow and i may post some code up if i get stuck with anything.

    Thanks for the suggestions.

    EDIT

    Sorted now,...
  6. Replies
    4
    Views
    1,370

    Re: best way to remove shapes

    ah i see, well i have used onpaint before and i have managed to change the colour of shapes before but not draw them depending on a mouses co-ordinate.

    I guess the part i am really confused about...
  7. Replies
    4
    Views
    1,370

    best way to remove shapes

    alright dudes/dudettes, i have a question about removing shapes in C#.

    firstly i am wanting to draw a small circle on the screen at the co-ordinates where the mouse is clicked, then i wish to...
  8. Re: relitivly new to C++, need something explaining

    i would do small steps as you said but unfortunetly for me they are demanding that we do linked lists and whats even more good news is they won't tell us how to do it either, abit sad yes but i...
  9. relitivly new to C++, need something explaining

    Hi, i am relitely new to C++ using visual studio and am studying it as part of a course in University.

    I am also learning C# which i have managed to pick up quite quickly but when it comes to C++...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured