Search:

Type: Posts; User: Khelder

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    3,844

    .net

    BigDaddy...when I learned, I had to make an application in .NET with no .NET experience. I just jumped into it, and it is not too bad. All controls are drag and drop, and it is very structured. ...
  2. Replies
    9
    Views
    3,844

    C#

    I am a fairly experienced C++ programmer also, and am making the change from C++ to C#. If you know VB.NET, then you are set. C# is set up like VB.NET, with C++ syntax. If you do not know VB.NET,...
  3. Thread: XML Navigation

    by Khelder
    Replies
    2
    Views
    2,455

    Thanks!

    That is exactly what I was looking for. Thank you. Ill try and implement it into my real project tonight, and I'll be back if I have some more questions.

    Thanks again,

    Khelder
  4. Thread: XML Navigation

    by Khelder
    Replies
    2
    Views
    2,455

    XML Navigation

    When writing/reading XML in vbScript, everything was easy because I could refer to nodes like an array (ex: main_node[0].sub_node[4]). I am learning C#, and am having problems with XML. All books...
  5. Replies
    4
    Views
    11,743

    Includes

    Thanks for the replies. If anyone was curious, I ended up creating one project, and having multiple namespaces. One namespace, for example, is poll. My main codebehind page will call a function...
  6. Replies
    4
    Views
    11,743

    Web Page Organization

    I have done a lot of reading on ASP.NET with VB and C#. Mostly, I have been reading ASP.NET unleashed. I am not clear on this general concept:

    Can you convert an entire project and use it as...
  7. Replies
    2
    Views
    1,296

    Naturally

    It seems posting on message boards is good look. 5 hours of searching...nada...post on message board..run across fix 5 minutes later. In case anyone was wondering, this gives the path to the...
  8. Replies
    2
    Views
    1,296

    File Location - Please help

    Hello.

    I am writing a program in MFC, and there are a few files included as dependencies in the installation. These files will be placed in the application folder on the target machine. The user...
  9. Replies
    3
    Views
    2,470

    Ah cool. Thanks for clearing that up for me. ...

    Ah cool. Thanks for clearing that up for me. Works now!

    Khelder
  10. Replies
    3
    Views
    2,470

    Base Class Undefined

    I am working on a project, and am getting the base class undefined error. I have one class in one header, and another class in another header. The second class inherits from the first. I made a...
  11. Replies
    9
    Views
    2,059

    Excellent! Pointers and virtual functions fixed...

    Excellent! Pointers and virtual functions fixed my problem. Thanks for the help!

    Khelder
  12. Replies
    9
    Views
    2,059

    What is the benefit to a vector holding pointers...

    What is the benefit to a vector holding pointers rather than objects?

    Ill see if I can organize it some way so that virtual functions can do what I want them to do.

    Thanks for the ideas,
    ...
  13. Replies
    9
    Views
    2,059

    That gives the same error also. Thanks for...

    That gives the same error also. Thanks for trying though. I think what I am trying to do may not be possible. I may just need a different vector for each type.

    Khelder
  14. Replies
    9
    Views
    2,059

    I tried typecasting, like this: cout

    I tried typecasting, like this:



    cout << ((Fighter *)Phalanx.m_arUnits[0])->weapontype << endl;

    On the plus side, the Fighters attributes became accessible. On the other hand, the...
  15. Replies
    9
    Views
    2,059

    Class Organization

    I have a question regarding the way I want to organize my game. Right now, the game is pretty much finisihed, but the code is pretty ugly. Here is one scenario that I would like help on, and then I...
  16. Replies
    5
    Views
    7,513

    Thanks for the replies. Ill try out your...

    Thanks for the replies. Ill try out your suggestions. Im in Win32 console project, with application settings set to Windows Application.

    Khelder
  17. Replies
    5
    Views
    7,513

    Hrmph

    I have tried both modes...perhaps the way i am setting them is wrong?



    DIPROPDWORD dipdw;
    dipdw.diph.dwSize = sizeof(DIPROPDWORD);
    dipdw.diph.dwHeaderSize = sizeof(DIPROPHEADER);...
  18. Replies
    5
    Views
    7,513

    Direct Input and Mouse Coords

    Hello. I am working on using Direct Input for my mouse instead of windows, and am running into a problem. I have looked at about 100 tutorials, and they all have things set up the same way. I am...
Results 1 to 18 of 18