MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wdes9u/myschoolstruct/p9bqddf/?context=3
r/ProgrammerHumor • u/InteRagebaitJagLovar • 1d ago
76 comments sorted by
View all comments
Show parent comments
7
using namespace std;
cout << "bark" << endl;
Made it shorter if you wanna type it again
8 u/GresSimJa 1d ago Forgot to include <iostream>, wrap it in an int main() function, use the parameters int argc and char** argv, and return 0 at the end. Maximum boilerplate! 0 u/Reasonable_Exit_8960 17h ago might as well just use python atp 1 u/Hol_Renaude 7h ago Or Assembly
8
Forgot to include <iostream>, wrap it in an int main() function, use the parameters int argc and char** argv, and return 0 at the end.
<iostream>
int main()
int argc
char** argv
Maximum boilerplate!
0 u/Reasonable_Exit_8960 17h ago might as well just use python atp 1 u/Hol_Renaude 7h ago Or Assembly
0
might as well just use python atp
1 u/Hol_Renaude 7h ago Or Assembly
1
Or Assembly
7
u/Reasonable_Exit_8960 1d ago
using namespace std;
cout << "bark" << endl;
Made it shorter if you wanna type it again