Thread: Try my C++ Console Checkers Game! (Jumping Into C++ Chapter 10 Problem 6)

  1. #1
    Registered User
    Join Date
    Aug 2014
    Posts
    2

    Try my C++ Console Checkers Game! (Jumping Into C++ Chapter 10 Problem 6)

    This is a console checker game I made in C++ for Chapter 10 Problem #6 in Jumping Into C++. I put my source code on runnable.com where you can view the code and run it.

    Here's the link: Link

    The game isn't perfect but it works fine.

  2. #2
    Registered User
    Join Date
    Nov 2013
    Posts
    107
    Looks clean code.

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    display_board() is a mess, try using 2 loops instead.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Jumping Into C++: Chapter 14 Problem 1
    By programmerafael in forum C++ Programming
    Replies: 2
    Last Post: 07-21-2014, 12:28 AM
  2. jumping into c++ chapter 5 problem 7
    By etricity in forum C++ Programming
    Replies: 4
    Last Post: 04-06-2014, 11:23 PM
  3. Jumping Into C++ - Chapter 8 Problem[3]
    By Mohamed Adel in forum C++ Programming
    Replies: 3
    Last Post: 08-28-2013, 09:14 AM
  4. Jumping To C++ - Chapter 8 Problem
    By Mohamed Adel in forum C++ Programming
    Replies: 4
    Last Post: 08-27-2013, 01:02 PM
  5. Jumping into C++ Chapter 5 problem 6 - Critique please
    By Kranky in forum C++ Programming
    Replies: 8
    Last Post: 03-07-2012, 05:44 PM

Tags for this Thread