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
Showing ModalPop-Up from Code Behind Not Working
SQL 'WHERE' Statement
Using the Plugin More Fields and having trouble with Post Types
PHP Frameworks: is there a way to document class information?
Syncing local database with shared hosting
Modify a group of cells on a entire spreadsheet
Application.Quit leaves MSACCESS.EXE in memory?
How do I compare two dates in MySQL if one is a text field?
Access Query
Exchange Server 2007 Configuration Checklist