Jump to content

Learn How to Code


Recommended Posts

Posted

This is a non-exhaustive list of resources online to help you learn how to code.

These are not designed to teach you the intricacies of the JA engine.

 

Interactive Tutorials (recommended)

 

Written Tutorials

  • My Primer [Link]
  • Learn-CPP Written Tutorials [Link]

 

Video Tutorials

  • TBD

If you found something useful that helped you learn..please share! I'm sure others will find it useful.

 

Posted

Not really a tutorial per say, but I LOVE the ability that Visual Studio has to look up the source of a function. Right click on anything, then click "Go to definition". It helps immensely to find out how things work without scanning every file for hours.

Posted

and if there's no definition, you're screwed! :lol:

that's quite true... libraries are this way-- the C++ code isn't available to view... all you get is the prototype definition in the header file and hope they library has well documented help to explain the method in some detail.

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...