Exforsys
+ Reply to Thread
Results 1 to 3 of 3

Help me Understand the Graphics Function

This is a discussion on Help me Understand the Graphics Function within the C and C++ forums, part of the Programming Talk category; Hi All, I know about function initgraph() which takes the graphics driver and graphics mode as parameters. But I recently ...

  1. #1
    Allan is offline Member Array
    Join Date
    May 2006
    Answers
    40

    Help me Understand the Graphics Function

    Hi All,
    I know about function initgraph() which takes the graphics driver and graphics mode as parameters. But I recently came across a function called initmouse( ). I could not guess the usage of this function. Can somebody explain me the usage of this function and what does this function return.

    Regards,
    Allan


  2. #2
    norman is offline Member Array
    Join Date
    May 2006
    Answers
    43
    Hi,
    The name initmouse() suggests that it has got something to do with initializing mouse. But interesting!!! What is there to initialize in mouse. Initializing display and drivers is quite understandable. But in mouse what is there to initialize. So does it mean that my idea about initmouse() associated with initializing mouse is wrong. Someone suggest the correct answer.

    Regards,
    Norman


  3. #3
    svs_aditya's Avatar
    svs_aditya is offline Aditya Array
    Join Date
    Jul 2006
    Location
    India
    Answers
    10
    Hi,

    Yes, The name initmouse() suggests that it has got something to do with initializing mouse. There is lot to initialize in mouse . Because, C/C++ is a different IDE you need to reinitialize the mouse apart from your operating system environment ... note that you won't normally see a mouse pointer while veiwing your output screen untill & unless you use initmouse() function in your program...


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...