2

Click here to load reader

Lessons for Tutorials Because i want Some :DCSFE Fefesfsdfsfgwergfewweewwe fdf

Embed Size (px)

Citation preview

Page 1: Lessons for Tutorials Because i want Some :DCSFE Fefesfsdfsfgwergfewweewwe fdf

7/29/2019 Lessons for Tutorials Because i want Some :DCSFE Fefesfsdfsfgwergfewweewwe fdf

http://slidepdf.com/reader/full/lessons-for-tutorials-because-i-want-some-dcsfe-fefesfsdfsfgwergfewweewwe 1/2

Beginner C++ Lessons

Lesson number 1: Input to the console with stdio library

Lesson number 2: Output to the console with the stdio library/Arrays

Lesson number 3: Summary of lesson #1 and lesson #2/Challenge

Lesson number 4: Data Types and uses of them/Hungarian Notation

Lesson number 5: If Statements/If Loops/First outlook of Funtions

Lesson number 6: Scope and Scoping issues and how to fix them

Lesson number 7: For Loops/While Loops/Do While Loops

Lesson number 8: Review of lessons 4-7/Challenge

Lesson number 9: Intro to the stdlib library and random numbers

Lesson number 10: Using random numbers in a game type scenario

Lesson number 11: Arrays in depth (we looked at them in lesson 2)

Lesson number 12: Pointers (Dereference and the adress of)

Lesson number 13: File acess/Help with pointers

Lesson number 14: Review of Lessons 9-13/Challenge

Lesson number 15: More in depth of memory

Lesson number 16: Review of Beginner C++ Lesson series/Final challenge

Intermediate C++ Lessons

Lesson number 1: Classes/Struct/Enums (maybe Unions)

Lesson number 2: More memory and how computers really look at things

Lesson number 3: How parts of memory communicate with hardware

Lesson number 4: Simple Win32 Programming with C++

Lesson number 5: How does the sample window work in heavy detail.

Lesson number 6: Review of Lessons 1-5/Challenge

Lesson number 7: Explaining Forager's Window

Lesson number 8: Using Switch statements to detect keys

Lesson number 9: Explaining all the changes I made to Forager's window

Lesson number 10: Message Loop in detail

Page 2: Lessons for Tutorials Because i want Some :DCSFE Fefesfsdfsfgwergfewweewwe fdf

7/29/2019 Lessons for Tutorials Because i want Some :DCSFE Fefesfsdfsfgwergfewweewwe fdf

http://slidepdf.com/reader/full/lessons-for-tutorials-because-i-want-some-dcsfe-fefesfsdfsfgwergfewweewwe 2/2

Lesson number 11: Handling the window (windowclassEX)

Lesson number 12: Other misc. topics about Win32

Lesson number 13: Review Win32/Building our own window/Challenge

Lesson number 14: Using Recursion to solve simple issues

Advanced C++ Lessons

Lesson number 1: Creation of our own framework with DirectX11 (or 9)

Lesson number 2: Polymorphism

Beginner 2D Game Making Tutorials

Lesson number 1: Creating standard blank screen (advanced lesson 1)

Lesson number 2: Making pixel calls

Lesson number 3: Making line drawing calls

Lesson number 4: Making Circle drawing calls

Lesson number 5: Review of Lessons 1-4/Challenge

Lesson number 6: Making Keyboard calls

Lesson number 7: Making Mouse calls

Lesson number 8: Review of Lessons 6 and 7 (kinda important)/Challenge

Lesson number 8: Sprite Loading/Spritefont Loading

Lesson number 9: Our first game (undecided, but most likely pong)

Lesson number 10: Game making strategies and tips/tricks