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

Search:

Type: Posts; User: afifov

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    663

    pointer to a string

    Hi all,

    I am having trouble using pointers with a string.

    I have a string that looks like this:


    "A=90.B=10.C=20" which I am getting from a tcp connection, so sometimes the buffer may not...
  2. Replies
    12
    Views
    1,660

    Experience C++ interview

    Hi gurus,

    So I've been doing C++ for 3 years now with the same employer since I graduated. I am up for an interview for an experienced position and I have to sit a test.

    The old graduate tests...
  3. Replies
    2
    Views
    6,042

    Abstract type problem

    Hi people,

    I am really struggling with this one!

    My class and implementation: (it should inherit from MyFramework::
    TcpReceiver)

    ------------------------- >MyConnection.h

    #ifndef...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured