C++: Vectors: why i get these error? - Functions definitions errors

Pages: 123
1
2
3
4
5
6
7
//my_main.h
int my_main(const std::vector<std::string> &args = {});

//my_main.cpp
int my_main(const std::vector<std::string> &args){
    //do whatever
}
thank you so much for all
Topic archived. No new replies allowed.
Pages: 123