Microsoft
Software
Hardware
Network
Question : Inline Problem
i have attached a pic .. whats does it mean
use Inline C;
print "9 + 16 = ", add(9, 16), "\n";
print "9 - 16 = ", subtract(9, 16), "\n";
__END__
__C__
int add(int x, int y) {
return x + y;
}
int subtract(int x, int y) {
return x - y;
}
and thats the program i ran
Attachments:
INLINE.JPG
(112 KB)
(File Type Details)
The pic
Answer : Inline Problem
do you have gcc installed on your machine?
It looks like it's looking for it to compile the C code.
Random Solutions
On a Cross-Tab, how do I display difference from one cell to the next. Please see example.
Deleting OEM Jobs
Syncing Multiple Outlook
Turn XML into RSS feed
Check all sheets and get colum "G" unique data count.
How to run 2 separate Logon scripts active directory
Youube / video stopped working on Mac Leopard
Visual Basic 6 -- How to check if port is 'established' with Winsock or an alternative?
How to sum a formula involving a nested if statement in Crystal 2008
SDK for linux