Thread: C project

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    3

    C project

    Hi im taking my first C course at technical college and weve been asked to do a project in C. somewhere along the lines of a multifunction calculator,....etc..... around a 1200 lines

    but, it cant be a multifunction calculator.

    any ideas on what type of project i can do?

    ps. remember im a green foot!

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    115
    hmm what about a multifunction calculator that converts like grams to kilograms, miles to kilometres, pounds to kilo's etc..

    there are only 10 people in the world, those who know binary and those who dont

  3. #3
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    make some sort of quiz....
    i did it a while ago some hints
    use a file called answer.txt to store answers
    use a file called questions.txt to store questions
    read each line of questions display to standard output ask for an answer to that question and check wether the users answer is the same as the answer in the file answer.txt.

    To protect ppl from cheating u can make another application that encodes answer.txt (work with a table to convert each character like a to ,for instanc, 012345.

    This is very basic since u only need fgets, printf some string functions, fopen, fclose.... cant be that hard.

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