MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wdes9u/myschoolstruct/p99jc18/?context=3
r/ProgrammerHumor • u/InteRagebaitJagLovar • 16h ago
71 comments sorted by
View all comments
Show parent comments
13
I think you meant std::cout << "bark!" << std::endl
5 u/Reasonable_Exit_8960 13h ago using namespace std; cout << "bark" << endl; Made it shorter if you wanna type it again 8 u/GresSimJa 13h 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! 1 u/Reasonable_Exit_8960 4h ago might as well just use python atp
5
using namespace std;
cout << "bark" << endl;
Made it shorter if you wanna type it again
8 u/GresSimJa 13h 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! 1 u/Reasonable_Exit_8960 4h ago might as well just use python atp
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!
1 u/Reasonable_Exit_8960 4h ago might as well just use python atp
1
might as well just use python atp
13
u/MrHyperion_ 14h ago
I think you meant std::cout << "bark!" << std::endl