Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/helloworld-cpp
Beginner C++ following a tutorial
https://github.com/codersales/helloworld-cpp
Last synced: about 5 hours ago
JSON representation
Beginner C++ following a tutorial
- Host: GitHub
- URL: https://github.com/codersales/helloworld-cpp
- Owner: CoderSales
- Created: 2023-06-30T16:52:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T14:07:28.000Z (over 1 year ago)
- Last Synced: 2023-08-01T02:05:49.616Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Instructions
```bash
g++ main.cpp -o mainmain
```## References
- [Hello World | Visual Studio Code](https://code.visualstudio.com/docs/languages/cpp#_hello-world)
- [C++ Tutorial | YouTube](https://youtu.be/ZzaPdXTrSb8?t=447)
- [C++ GUI Tutorial | YouTube](https://youtu.be/FxQTXyR4mjs?list=PL43pGnjiVwgQakzRxpt2amqN9f7-tRtc_&t=33)