Is there a function view in c?

Updated on science 2024-05-14
11 answers
  1. Anonymous users2024-02-10

    There are so many ways to look at these methods:

    1.View - Object Browser. Your project, all the classes are in it, click on it to find your method. Double-click or right-click the menu to go to the definition.

    2.View - A class view, similar to the Object Browser, but provides a list of classes and methods, not descriptions. Double-click and right-click menus are supported.

    3.Right-click on the project - view the class diagram. Each class is a rounded rectangle with a fold symbol in the upper right corner, so you can see its members and methods.

    This diagram is added to the project, and you can save all the classes in order to see all the methods in one view at any time. Double-click and right-click menus are also supported.

    Options 1 and 2 may not quite meet your requirements, because what you are asking for is all the methods of all classes to be viewed together.

    But from the point of view of use, in addition to being cumbersome, it will not cause much trouble. Since each class may have methods with the same name, even if you can use the form to distinguish them, you will probably be dazzled, so it seems that the IDE does not provide the ability to centralize all methods for you to browse.

  2. Anonymous users2024-02-09

    I usually set breakpoints and then look at the objects that each class generates individually.

    In fact, this problem is not actually a problem of Visual Studio, because if you are using UML live ** in the development process, all the properties and classes are very clearly displayed in UML and do not need to be listed separately.

    Maybe your development habits need to be strengthened.

  3. Anonymous users2024-02-08

    Absolutely. When you write c, you don't find that when you write an object name.

    Then write. Will there be a corresponding method?

    It's just that what you said doesn't show all the methods.

    Because an object will only call a method that it can call itself!

  4. Anonymous users2024-02-07

    You can create a *. CD files, everything you want to see is in it.

  5. Anonymous users2024-02-06

    The main desk of the building is creative.

    The library is pretty good, so I haven't thought about it. Top down.

  6. Anonymous users2024-02-05

    Is it just the usual way? I don't quite understand what you mean.

    You just adjusted it,

  7. Anonymous users2024-02-04

    Since you don't need it, pass a null:

    function(null);

  8. Anonymous users2024-02-03

    There is no need to write function types and function declarations; Because the :show() function doesn't need a parameter!

  9. Anonymous users2024-02-02

    animated: yes, which is to enable the animation effect. Programs written in Objective-C run in the console, and the concepts of animation are only available in iOS.

    As for view movement, this one is definitely fine. Write a function to change the origin of the frame of the view, or change the center point, use a timer, after triggering, the coordinates will be incremented until the target coordinates are reached, and the timer will be stopped. I have 44 more.

    After learning for a long time, you will naturally know that you should not be in a hurry.

  10. Anonymous users2024-02-01

    Of course, there is a method that comes with uiview to achieve it.

    You can use [uiview beginanimation...You can also use [uiview animatedwith...If you want to do more complex animation, look into the Core Animation framework.

  11. Anonymous users2024-01-31

    Don't look for tears in your eyes.

    There's not much left for me. Dan pie.

    Silence the critics who are jealous of him forever.

    There is a kind of sunset that whispers goodbye.

    and made the mysterious eyes shine with hazy starlight.

    Jean, he still doesn't have the courage to confess his selfishness haha.

Related questions
5 answers2024-05-14

The landlord wants to ask if there is any other life in the universe, right? The following answer is my own hand typed out before, very suitable for the landlord's question, now copy it, I hope the landlord doesn't mind. >>>More

29 answers2024-05-14

Are there any aliens? According to the Fermi paradox proposed by the famous Nobel laureate Fermi, if there are aliens, then they may have come to Earth and exist somewhere, but they just didn't communicate with us, maybe our technology is too backward to detect them; Or that there is no other civilization in the universe.

11 answers2024-05-14

There is no direct formula, but the individual functions are nested within each other to achieve this. >>>More

7 answers2024-05-14

Yes. Broadly speaking, as long as it is a position or degree that cannot be surpassed, it is called the limit. >>>More

13 answers2024-05-14

For example, the ATMEGA8 microcontroller has 512 bytes of EEPROM inside, which can read and write bytes from any address through two registers, but cannot read and write multiple bytes at a time. The 24C02 is an EEPROM on the serial I2C bus, which needs to be programmed to complete complex timing, but can read and write multiple bytes at a time. >>>More