Header Files, Source Files, Resource files?

I am 13. Just started learning C++ (trying to at least..). I created a Win32 App that is 'empty'. How and where do I start writing code?
Header Files
Source Files or
Resource Files

Thanks for help!
If you created Win32 console, fire away. If you created win32 application, go back and create console. A win32 app is winAPI and it requires winmain, and it won't work.
Now then, you can start by looking up help for your specific IDE. Assuming you know the basics of the language you should have enough to do your hello world. If you don't know enough to hello world then you can check the tutorial on this site, which is in the documentation. Ignore writing your own header/resource files.
closed account (z05DSL3A)
right click on the project, select add->new item
in the categories, select Code
in the templates select C++ file
give it a name and click add
Topic archived. No new replies allowed.