Search:

Type: Posts; User: ltanusaputra

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    4,591

    Conversion Char To Char * Problem

    I recently make a Win32 program using MFC. I am using Visual C++ 6.0. The program suppose to run a dialog box that will perform a calculation. I get an error that say I must cast from char to char *....
  2. Replies
    3
    Views
    1,327

    STL problem

    I have a problem using STL. When I type the following code into my program:



    typedef std::multiset<int, std::less<int>> ims;


    The following error happens:

    d:\vs 6.0 test\testex34.cpp(8)...
  3. Replies
    2
    Views
    1,236

    Destructor Problem

    Hi, I compile the following program using Microsoft Visual C++ 6.0:

    Create.h


    #ifndef CREATE_H
    #define CREATE_H

    class CreateAndDestroy
    {
  4. Replies
    2
    Views
    1,739

    Resource Script Problem

    Hi, I have a resource script problem. Every time I compile my program, I get the following error message:

    C:\Documents and Settings\Edwin\My Documents\VS 6.0 Test\testexperiment5\Menus_ids.h(7) :...
  5. Replies
    3
    Views
    1,571

    Polymorphism Problem

    I was writing this simple polymorphism program:

    Shape.h


    #ifndef SHAPE_H
    #define SHAPE_H
    #include <string>

    using namespace std;
  6. Replies
    2
    Views
    1,060

    Thank you for your suggestion Regards ...

    Thank you for your suggestion

    Regards

    Laurence
  7. Replies
    2
    Views
    1,060

    Win32 in Visual C++ 2005

    I compile the following Win32 program in Visual C++ 2005



    #include <windows.h>

    const char g_szClassName[] = "MyWindowClass";

    LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam,...
Results 1 to 7 of 7