Search:

Type: Posts; User: MPC_Engr

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,623

    Right, I am using MFC... I looked through the...

    Right, I am using MFC...

    I looked through the CMainFrame:: functions, like OnShowWindow and OnCreate and found where it creates the toolbar and status bar, but no main menu. Also no menu creator...
  2. Replies
    2
    Views
    2,623

    Disabling the main frame menu options

    Is it possible to disable certain menu options of the application's MainFrame? I need to disable/gray certain options, like saving, based on the user's access level, but the resource editor isn't...
  3. Replies
    8
    Views
    5,184

    Maybe people got tired of reading the same...

    Maybe people got tired of reading the same question so many times and giving the same answer? Just a thought.
  4. Replies
    5
    Views
    1,881

    What Salem said, it's a lot easier to use a...

    What Salem said, it's a lot easier to use a function than to "use the values raw" as you put it.



    double f(double x){
    return(sin(2*x/5)-x+1);
    }

    Or whatever the function is you're trying...
  5. Replies
    5
    Views
    1,881

    I've written a few solver routines, using both...

    I've written a few solver routines, using both methods. But I'm not sure what the problem is... you don't know either of those methods is? You don't know how to take the derivative for Newton's...
  6. Replies
    3
    Views
    1,844

    Cshot, unfortunately I can't write it all to...

    Cshot, unfortunately I can't write it all to stdout.



    I do. I just didn't feel like posting that much detail of our code.

    So there's a NULL pointer and a NUL device? No mention of NUL in...
  7. Replies
    3
    Views
    1,844

    reassigning FILE pointers & fprintf

    I want a way to selectively turn on & off file inputs at compile time without commenting out large portions of code. I thought I could do this:



    FILE* fileout;

    if(NoWrite) //NoWrite = 1...
Results 1 to 7 of 7