Practing C++

Started by
3 comments, last by shadowmark 18 years, 8 months ago
Ive been working in my begginer game programming book (C++), and its just been geting real diffuclt progressing through the book, because it keeps on getting tougher. and i was wondering if anyone had any ideas on how i could practice using the code by writing some really simple text based games to help me get more of the feel for learning the lauguage.
Advertisement
How much have you learned from the book so far. Once i know that i can suggest some things for you to try.

ace
Well right now im just now starting on referencing but ive learned about vecotrs, arrays, alrgorithms, functions, and string objects and some other stuff if thats any help on it.
Well you could force usage of most of things by writing a text based Tic-Tac-Toe. You can also make use of the input and output streams which are key.

ace
That sounds pretty good I'll probably try that.

This topic is closed to new replies.

Advertisement