MESSAGE
DATE | 2011-06-21 |
FROM | Ruben Safir
|
SUBJECT | Subject: [NYLXS - HANGOUT] C++ Workshop quiz program
|
From owner-hangout-outgoing-at-mrbrklyn.com Tue Jun 21 02:26:01 2011 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: by www2.mrbrklyn.com (Postfix) id 5FC615449E; Tue, 21 Jun 2011 02:26:01 -0400 (EDT) Delivered-To: hangout-outgoing-at-www2.mrbrklyn.com Received: by www2.mrbrklyn.com (Postfix, from userid 28) id 4C3E3FFAD0; Tue, 21 Jun 2011 02:26:01 -0400 (EDT) Delivered-To: hangout-at-nylxs.com Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by www2.mrbrklyn.com (Postfix) with ESMTP id C0E4D5449E for ; Tue, 21 Jun 2011 02:26:00 -0400 (EDT) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mailbackend.panix.com (Postfix) with ESMTP id C30203276D; Tue, 21 Jun 2011 02:27:09 -0400 (EDT) Received: by panix2.panix.com (Postfix, from userid 20529) id A9BC533C5F; Tue, 21 Jun 2011 02:27:09 -0400 (EDT) Date: Tue, 21 Jun 2011 02:27:09 -0400 From: Ruben Safir To: hangout-at-nylxs.com Subject: [NYLXS - HANGOUT] C++ Workshop quiz program Message-ID: <20110621062709.GA25818-at-panix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: hangout-at-mrbrklyn.com
OK - in studying c++ i/o classes we created the beginnings of a basic flashcard quiz. The current source code in being released at
http://www.nylxs.com/docs/workshops/quiz.tgz
Two things
For further testing I need more questions, so instead of make more of them up, I thought I'd ask for good i/o C++ questions
Secodly, it's not finished. Right now it works for fetching 25 questions and allows you to keep or discard questions from the deck. It needs to be expanded to all for taking more and more sets of questions in the deck, when say you get to 5 questions in the deck.
Code improvements are being solicated.
If you want to see the current questions, drop this file into your home director, compile the program and run.
Ruben
|
|