y'all are big fat NERDS
of loving course we're nerds
ok guys this has gone too farCode: [Select]exit;
exit;
but that's okay there are plenty of languages like JavaScript that would be happy to convert everything to any variable type automatically without asking you.
you can use "auto" in c++ too
#include<iostream>using namespace std;int main() { cout << "Do I win yet?" << endl; return 0;}
#include <iostream>class Gardian{public:int awesomeness = 9999;int buildingSkill = 5; //out of 10int eventingSkill = 9; //out of 10int blocklandScriptingSkill = 2; //out- you get itint modelingSkill = 4;int codingSkill = 5;};int Response(int knowledgeOnSubject, char user, int inputmessage){Gardian Gardian;char Response[]= CreateResponce(Gardian.awesomeness, Gardian.buildingSkill, Gardian.eventingSkill, Gardian.blocklandScriptingSkill, Gardian.modelingSkill, Gardian.codingSkill, knowledgeOnSubject, user, inputmessage);}int main(){ char topic[100]; char user[50]; char inputmessage[300]; cin >> topic; cin >> user; cin >> inputmessage; int knowledgeOnSubject = GetKOS(topic, user); //Knowledge on subject char Response[] = Response(knowledgeOnSubject, user, inputmessage); createForumPost(Response[]);}
--Run--< print "Hello World!"< ßlöükfáce< y'all are big fat NERDS...Thinking...
although i feel it is necessary to mention that i am not fat
Dune: yeah its probably bad practice to use autoJailbot - RIP HPRC: im pretty sure it is extremely poor practice to use the auto keywordWe concur that using auto is a horrible practice. Please promptly remove any instances of this from your code.
how funny was this? */10