2
votes
3answers
574 views

Are there any C/C++ IDEs that automate the creation of prototypes and functions?

An example of this type of feature would be to right-click block of text and select a "make function" option, which would create the function and also create a prototype. I'm fixing up a lot of ...