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
Understanding why there are no $_POST["myvar"] and how this works on linux but not on windows?
Physical wiring for hot stand-by
How would I output to CString instead of using stringstream ss?
Winmail.dat issues Exchange 2010 Server
Excel - CMS remove blanks - format column
Prevx antivirus
Excel Sumproduct and Month Function Formula
wireless usb external hard drive
Public to Private IP - DNS Changes
Remove Shutdown Option From Windows 7 Start Menu