Thread: need help with prit & new

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    10

    Cool need help with prit & new

    Code:
    ase CM_FILE_NEW:
                 
                break;
    
    case CM_FILE_PRINT:
    
                break;
    need to know how to get these to work!!!
    Andrew Ferguson!

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    need to get a windows programming book!!!
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    11
    Without knowing anything about the program asking for help for the New is pretty pointless, as for the Print I suggest you look up the following on MSDN: PRINTER_INFO_4, DOCINFO, TEXTMETRIC, EnumPrinters, GetTextMetrics, StartDoc, StartPage, and PrintPageHeader.

    Honestly tho, I don't think you could have been more vague unless you made a post asking how to make a program (I'm hoping since you asked about New and Print there's already a program).

Popular pages Recent additions subscribe to a feed