Users browsing this thread: 1 Guest(s)
XNA and GML are exactly the same
#30
(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.
[Image: raytheon.png]
[Image: Huntsman125.png]
Thanked by:


Messages In This Thread
XNA and GML are exactly the same - by Nystre - 09-21-2009, 04:19 PM
RE: XNA and GML are exactly the same - by Nystre - 09-21-2009, 04:33 PM
RE: XNA and GML are exactly the same - by Nystre - 09-21-2009, 11:13 PM
RE: XNA and GML are exactly the same - by Gollum - 09-21-2009, 04:35 PM
RE: XNA and GML are exactly the same - by Nystre - 09-21-2009, 04:39 PM
RE: XNA and GML are exactly the same - by Gollum - 09-21-2009, 04:51 PM
RE: XNA and GML are exactly the same - by Nystre - 09-21-2009, 04:58 PM
RE: XNA and GML are exactly the same - by Woppet* - 09-21-2009, 04:44 PM
RE: XNA and GML are exactly the same - by Woppet* - 09-21-2009, 04:53 PM
RE: XNA and GML are exactly the same - by Nystre - 09-21-2009, 05:02 PM
RE: XNA and GML are exactly the same - by Sonikku - 09-21-2009, 05:48 PM
RE: XNA and GML are exactly the same - by Woppet* - 09-21-2009, 05:58 PM
RE: XNA and GML are exactly the same - by Boo - 09-21-2009, 10:21 PM
RE: XNA and GML are exactly the same - by Raytheon - 09-22-2009, 01:52 AM
RE: XNA and GML are exactly the same - by JarJar - 09-22-2009, 01:46 AM
RE: XNA and GML are exactly the same - by Nystre - 09-22-2009, 10:36 AM
RE: XNA and GML are exactly the same - by Sengir - 09-22-2009, 11:18 AM
RE: XNA and GML are exactly the same - by Rökkan - 09-24-2009, 12:32 PM
RE: XNA and GML are exactly the same - by Sengir - 09-24-2009, 02:25 AM
RE: XNA and GML are exactly the same - by Nystre - 09-29-2009, 11:13 AM

Forum Jump: