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

Search:

Type: Posts; User: Cory Wolfe

Search: Search took 0.06 seconds.

  1. Problems accessing overloaded member functions

    The problem I am having is creating an object in main() using the overloaded Marble() functions. In the code fragment of main I have commented "//ref1" "//ref2" so you can easily help. The header...
  2. Hiding a button and displaying another on a timer c++

    The problem I am having is managing to utilize <time.h> function difftime to allow a button to be pressed until 2 seconds have passed, then displaying a new button for another 2 seconds etc...
    I...
  3. Replies
    1
    Views
    2,196

    Graphing a Rotated Ellipse

    So i have code to draw an Ellipse, but I need to modify it so i can rotate it about an angle (namely, 45 deg) but can't seem to figure it out. If you can show me how to do this, I would appreciate...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured