The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com



High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
EXIT from a Program not from the function.. ronix007 UNIX for Dummies Questions & Answers 9 09-06-2007 04:12 AM
exit shell script from function nvrh7 Shell Programming and Scripting 1 11-27-2005 11:28 AM
Where can I find a list of exit codes? (Exit code 64) jkuchar747 UNIX for Dummies Questions & Answers 3 12-07-2004 06:08 PM
How to get exit value of an executable that gets called from function? sureshreddi_ps High Level Programming 1 09-09-2004 11:57 AM
capturing exit status ($?) in subshell ?? Bob Bannon UNIX for Dummies Questions & Answers 2 06-04-2003 06:23 PM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 4.00 average. Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 09-04-2008
jjinno jjinno is offline
Registered User
  
 

Join Date: Jul 2007
Location: Cloud 9
Posts: 72
capturing enter and exit of every function

If I have a "Hello World" function (just prints that) and a similar "Goodbye World" function... is there a way (maybe a compiler option?) that I can get them to be executed directly as the absolute first and last things run in every function call.

So for example, the following code:

Code:
int foo()
{
cout << "I think therefor I am" << endl;
return 0;
}

should print out:
Quote:
Hello World
I think therefor I am
Goodbye World
I assume from this model, that a simple find&replace would work, even using something like grep/sed to add a call to hello() as the first call, and a goodbye() as the last thing before any return/function-exit... but is this doable without manually (including a sed script as "manual") modifying the code? IE, is there a pre-call/post-call function wrapper?...
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:03 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0