-
Notifications
You must be signed in to change notification settings - Fork 88
Organize windows projects and create a example for Unix like systems #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organize windows projects and create a example for Unix like systems #9
Conversation
900e5fb
into
The-Young-Programmer:main
@Samuel-de-Oliveira Thanks so much that really good. I love the way you put all the folders into a one folder.
The example you created for Linux and MacOS, can you implement it to work with other files in the window's folder
@Samuel-de-Oliveira I liked how it turned out, it was more organized. @The-Young-Programmer to use a cross-platform c/c++ file we would have to use a more complex makefile that detects the OS and generates the build flags correctly. I'll start working on it if you think it's a good idea
@Gabriel160204 Thanks for countributing. It's a perfect idea.
Basically I've create a folder and place all windows examples into and created a examples that works on Linux and MacOS. (Based in my issue #8)
Hope you like this one 👍
and what do you think about @Gabriel160204?