Changes

Jump to: navigation, search

Team Mighty Morphin Coding Rangers - OOP344

67 bytes added, 21:03, 2 March 2010
m
Shengwei
===Shengwei===
AS2:
When we want to test our code under LNXdifferent platforms, it is important to change include statement in biof.ccorrespondingly.
<br/>
From Style 1:
<code>
#include "biof.h"
</code>
toStyle 2:<br/>
<code>
extern "C"{
</code>
OtherwiseVCC, we will get compile errorBCC like style 1, while LNX likes style 2. MAC is unknown.
===Dachuan===
1
edit

Navigation menu