https://github.com/codersales/helloworld-cpp
Beginner C++ following a tutorial
https://github.com/codersales/helloworld-cpp
c-plus-plus
Last synced: 2 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T14:07:28.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T23:33:06.110Z (4 months ago)
- Topics: c-plus-plus
- 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)