Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# README

## Instructions

```bash
g++ main.cpp -o main

main
```

## 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)