Search:

Type: Posts; User: maxcat

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,750

    get the key stroke in Win32 Console Project

    hi,
    i am doing a simple win32 console program that whenever press a key on the keyboard the program will get the char pressed by the user. I have tried cin, and getchar, but both of them will...
  2. Replies
    2
    Views
    1,120

    operator overload

    hi,

    i got some problem understand operator overload in C++

    template <class T>
    class SShellPtr
    {
    public:
    ~SShellPtr ()
    {
  3. Replies
    3
    Views
    13,109

    LPCTSTR to LPWSTR

    hi, how to convert LPCSTR to LPWSTR if UNICODE is #defined?

    Thanks.
  4. Replies
    6
    Views
    2,433

    thanks for the reply. now they ask me to use...

    thanks for the reply.

    now they ask me to use windows build-in library to solve the problem, so everything will be fairly easy now.
  5. Replies
    6
    Views
    2,433

    hi, thanks for the reply. i have tried to use "^"...

    hi, thanks for the reply. i have tried to use "^" pointer and "&#37;" reference, but my compiler seems doesn't recognize them.
    i am using Visual C++ 2003, is that means i can not use "^%"??

    Thanks
  6. Replies
    6
    Views
    2,433

    how to get the reference of the object in C++

    hi,
    I am writing a C++ library using managed extensions, i am trying to get the reference of one of the System Drawing Bitmap object
    the code looks like this:



    although the actual code pas...
Results 1 to 6 of 6