Thread: Help with a C Programing Quiz project

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476
    Well, a loop might not be as easy except you know about arrays. I don't think so. But please, fix your indentation. And a neat trick

    Code:
    this = this + 1;
    is equivalent to

    Code:
    this++;

  2. #2
    Registered User
    Join Date
    Feb 2008
    Posts
    146
    Well, without knowing about arrays it would be difficult...but looking at code's title that shouldn't be the case..what say...:

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4
    I know very litte about arrays hence the method i used the write this. So far it does what I need it to do but still having problems figuring out how to tally the right and wrong and display a grade based on that!

    Any help would be appreciated!

    Thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM