• Post your post count
    826 replies, posted
Why would one do this? [editline]06:51PM[/editline] <----
241
If you are smart enough, you can see my post count already.
3626
555 [editline]11:53am[/editline] 600
1400
304
+1
2781
466
999 !!!
634
481
1425
1216
[QUOTE=Spartan8907;19066243]1425[/QUOTE] 1 Minute Ago Spartan8907 July 2007 1,422 Posts lol rated optimistic
485
942
1572
954
505
1227
973
post++; my post count would be what post is equal to.
1235
1337? :P not yet.
postcount++; printf("postcount = %d", postcount); postcount = 1238
979
[QUOTE=shill le 2nd;19066963]postcount++; printf("postcount = %d", postcount); postcount = 1238[/QUOTE] I'm not sure that's right, Since when does printf have 2 arguments? What you could do is printf("postcount ="+somefunctiontoturnintintostring(postcount)); so... #define posting true long postcount = 50; while(posting==true) { postcount++; printf("OMG MAH POST COUNT: "); printf(postcount); } Not sure if i forgot something....
[QUOTE=ReCreate;19067021]I'm not sure that's right, Since when does printf have 2 arguments? What you could do is printf("postcount ="+somefunctiontoturnintintostring(postcount)); so... #define posting true postcount so long postcount = 50; while(posting==true) { postcount++; printf("OMG MAH POST COUNT: "); printf(postcount); } Not sure if i forgot something....[/QUOTE] Uhh, printf has an arbitrary amount of arguments, one for every variable placeholder in the string. Go learn C. [url]http://docsrv.sco.com:507/en/man/html.C/printf.C.html[/url]
Sorry, you need to Log In to post a reply to this thread.