Wednesday, June 14, 2023

stdc++

#include <bits/stdc++.h>
using namespace std;
int main()
{
}

stdc++.h allows us to include the entire standard library so I don't need to include each separate header files such as vector, iostream, algorithm and so on.

but it is only for competitive programming not for a professional developer.

No comments:

Post a Comment

Task in UnrealEngine

 https://www.youtube.com/watch?v=1lBadANnJaw