Friday, October 4, 2013

search name of the function at runtime

Newsgroup: comp.lang.c++

Subject: search name of the function at runtime

From: foice <franceschini.roberto@...>

Date: Thu, 3 Oct 2013 07:09:20 -0700 (PDT)



Hello,

I have a large .h file where many functions are defined. These functions are what the user calls at runtime to execute specific operations with my code. It's kind of tedious to remember the names of these functions and often even I have to go back to the source code to remember the exact name that I gave to these functions.



So, I was wondering that I can write a function that lists all the functions defined in a given .h file, maybe even filtering according to some regular expression.

The "search" must be doable at runtime without reading the source, if possible.



Thanks for helping,

Roberto







via Usenet Forums - Usenet Search,Free Usenet - comp.lang.c++ http://www.pocketbinaries.com/usenet-forums/showthread.php?100080-search-name-of-the-function-at-runtime&goto=newpost

View all the progranning help forums at:

http://www.pocketbinaries.com/usenet-forums/forumdisplay.php?128-Coding-forums

No comments:

Post a Comment