ExplodyThingy Posted September 10, 2003 Report Posted September 10, 2003 Ok, if you cant read my post and see exactly what i said to fix it, word for -*BAD WORD*-ing word, then you do not deserve to even have a c copiler. You just have to adapt the exact code i gave you to work. Go, get a BASIC understanding of the c environment, ANY prograing envrionment, before you make another post.Jesus -*BAD WORD*-ing Christ.Post again about ANYTHING remotely stupid that you dont try on your own, or look for an answer somewhere in the headers, or anything like, i will -*BAD WORD*-ing FREAK OUT on you.I can only be nice for so long. Now you have simply pissed me off. Anymore posts in this thread and youre on your own.
PoLiX Posted September 10, 2003 Report Posted September 10, 2003 And we all wonder why Cat went insane.
DeadlySoldier!! Posted September 10, 2003 Author Report Posted September 10, 2003 repeated type. Cant declare and use on the same line. You delcare parse, and then when to the head of parse, doesnt work. try playerlist->head. In the future, look in the header for _linkedlist BlehList; That way when you want to itterate the ClassBleh list, you have to goto the head of BlehList. Doesnt say what to do, other then try playerlist->head, which is what i had before and it didnt work.. ClassBleh and BlehList; wow, thanks.. Pfft great explanation. Foo
»Dustpuppy Posted September 11, 2003 Report Posted September 11, 2003 Bahaha go splody 1. Buy a book and learn C first. Or better yet, take a course. 2. It should be playerlist->head, so tell us why it doesn't work.
DeadlySoldier!! Posted September 11, 2003 Author Report Posted September 11, 2003 1. I've read a C++ book but i dont really wanna get into big C++ coding i just wanna make the fogging bot lol 2. Ill try playerlist->head again.
Recommended Posts