Thread: Try this quiz (just made it with C)

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    7

    Try this quiz (just made it with C)

    Just made a Quiz Program with win32API. I am learning to use winAPI and not just mfc. There are 150 quesions in 10 categories roughly based on the standard clauses:

    Declarations
    Lexical Elements
    Types
    Expressions
    Statements
    Functions
    Conversions and Representations
    Bitwise Operators & Binary
    Preprocessor
    Compiler and Linker

    Here is the link to a page i just put up. The quizzes are similar in form to the quiz on this site.

    http://home.bellsouth.net/p/PWP-TestYourC

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    It appears to be pretty good, but it would be a lot better to test something other than vocabulary words... You know, ask how to declare a pointer to an int or what it does, not the specific terminology of each part of the declaration. I know how to use pointers - I don't know the names of things.

    Also, it would be nice to have it tell you if you were right/wrong when you click next.

    Edit: Good, though. I didn't find any bugs.
    Last edited by confuted; 07-11-2003 at 06:33 PM.
    Away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Has Anyone Made
    By Nos in forum C++ Programming
    Replies: 10
    Last Post: 08-06-2005, 07:32 AM
  2. Small 3D Art Gallery I made
    By BobMcGee123 in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 07-06-2005, 06:03 PM
  3. nifty little thing i made
    By DavidP in forum C++ Programming
    Replies: 1
    Last Post: 12-05-2003, 11:43 PM
  4. C programming language quiz
    By Trancongan in forum C Programming
    Replies: 7
    Last Post: 04-21-2002, 01:04 PM
  5. Decompiler for *.exe made in c/c++
    By shagauravh in forum C Programming
    Replies: 7
    Last Post: 09-22-2001, 07:48 PM