|
-
November 6th, 2009, 08:30 PM
#1
A simple problem
Hi,
Im tring to use a function i declare on my main.cpp file in a class function:
it look something like this:
main.cpp
#include <Calc.h>
void Log(String str)
{
*add to log file*
}
void main()
{
//Log File declare
Calc ck(some numbers)
}
And i want to write to log file from the function in Calc class
Its possiable???
thnx
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|