Overblog
Follow this blog Administration + Create my blog
Learn to Code with KC

01/23/2015 From Overblog

Flashcards

This way you can edit the code to have more flashcards, more than two sides of a card, or only show one side at...

Learn more

11/14/2014 From Overblog

Run Your Business Version 2

// // main.cpp // Run Your Business / // Created by Arisis on 11/10/14. // Copyright (c) 2014 Kelly Click. All...

Learn more

11/11/2014 From Overblog

Check out my new game!

// // main.cpp // Run Your Business // // Created by Kelly Click on 11/10/14. // Copyright (c) 2014 Kelly Click....

Learn more

10/21/2014 From Overblog

New address

My blog will be changed to www.learntocodefromkc.com

Learn more

10/18/2014 From Overblog

Classes Part Two, Hierarchies

Class hierarchies are important to use and organize a large amount of info. A class can have a subclass or subclasses....

Learn more

10/14/2014 From Overblog

Classes Part One

Classes can be used to organize things such as functions. You can first name the classes you are using. After,...

Learn more

10/03/2014 From Overblog

Arrays

Arrays are collections of strings or numbers. There are several ways to use arrays. To use an array of strings...

Learn more

10/03/2014 From Overblog

Loops

Loops will save a bunch of time. They simply repeat what you ask for it to do. There are many things you can use...

Learn more

10/03/2014 From Overblog

if/else statements

The next topic is writing logical statements using if/ else if/ else. For example, if you want the program to perform...

Learn more

10/03/2014 From Overblog

Operators

This part is simple. I will be using operators that will probably be used in most of your programs. We have used...

Learn more