09-22-2009, 01:52 AM
(09-21-2009, 11:35 PM)Kaikimi Wrote:Code:#include <member.h>
int topic = 0;
ClassMember nystre, norsksengir;
nystre.oppinon = 0;
norsksengir.oppinion = 1;
void argue(int viewpoint, int viewpoint2){
if (viewpoint != viewpoint2 ) {
return 0;
}
else{
return 1;
}
}
int main(){
while (topic==0){
topic = argue(nystre.oppinon, norsksengir.oppinion);
}
}
Whoever can figure this out wins the topic.
why would you do it when the topic = 0 thats just dumb. it has to have at least 1 post.