Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. HELP ME!!!!!!

HELP ME!!!!!!

Scheduled Pinned Locked Moved C / C++ / MFC
oopc++cssbusinesshelp
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 2023373
    wrote on last edited by
    #1

    write a c++ prog thathandles 3 types of objects. -trucks -cars with engine cappacity greater than 1200cc -cars with engine cappacity less than 1200cc the annual road tax for a truck is $3000,those with engine cappacity gretaer than 1200cc is $300 and that with less than 1200cc is $180 a text file holds the infomation on all vehicles within the company as shown T w123mgb 5200 12(T stands for a truck object) L k670kvc 2200 7(L stands for car with engine cappacitiy >1200cc S y317jnb 1100 (S stands for a car with engine capacity <=1200cc) the requirements of the program is to a)read all records from the file and create an object for each type of vehicle b)to provide a display method which given a registration number prints the details of that particular vehicle c)as an additional measure, it should be able to calculate hte total ammount of road tax paid in a year. develop a program to impleent this specification. the prog should use inheritance or polymorphism if appropriate. the number of records in the file should not exceed 100

    J T T B 4 Replies Last reply
    0
    • U User 2023373

      write a c++ prog thathandles 3 types of objects. -trucks -cars with engine cappacity greater than 1200cc -cars with engine cappacity less than 1200cc the annual road tax for a truck is $3000,those with engine cappacity gretaer than 1200cc is $300 and that with less than 1200cc is $180 a text file holds the infomation on all vehicles within the company as shown T w123mgb 5200 12(T stands for a truck object) L k670kvc 2200 7(L stands for car with engine cappacitiy >1200cc S y317jnb 1100 (S stands for a car with engine capacity <=1200cc) the requirements of the program is to a)read all records from the file and create an object for each type of vehicle b)to provide a display method which given a registration number prints the details of that particular vehicle c)as an additional measure, it should be able to calculate hte total ammount of road tax paid in a year. develop a program to impleent this specification. the prog should use inheritance or polymorphism if appropriate. the number of records in the file should not exceed 100

      J Offline
      J Offline
      Jose Lamas Rios
      wrote on last edited by
      #2

      START BY HELPING YOURSELF!!!!!!! Ok. Now go and do your own homework. If you have specific questions, post them here. By the way, a subject line describing your problem is preferred, rather than just shouting for help. -- jlr http://jlamas.blogspot.com/[^]

      1 Reply Last reply
      0
      • U User 2023373

        write a c++ prog thathandles 3 types of objects. -trucks -cars with engine cappacity greater than 1200cc -cars with engine cappacity less than 1200cc the annual road tax for a truck is $3000,those with engine cappacity gretaer than 1200cc is $300 and that with less than 1200cc is $180 a text file holds the infomation on all vehicles within the company as shown T w123mgb 5200 12(T stands for a truck object) L k670kvc 2200 7(L stands for car with engine cappacitiy >1200cc S y317jnb 1100 (S stands for a car with engine capacity <=1200cc) the requirements of the program is to a)read all records from the file and create an object for each type of vehicle b)to provide a display method which given a registration number prints the details of that particular vehicle c)as an additional measure, it should be able to calculate hte total ammount of road tax paid in a year. develop a program to impleent this specification. the prog should use inheritance or polymorphism if appropriate. the number of records in the file should not exceed 100

        T Offline
        T Offline
        toxcct
        wrote on last edited by
        #3

        :laugh::laugh::laugh::laugh::laugh::laugh::laugh: good joke ;) continue like this, i love your humour...


        TOXCCT >>> GEII power
        [toxcct][VisualCalc]

        1 Reply Last reply
        0
        • U User 2023373

          write a c++ prog thathandles 3 types of objects. -trucks -cars with engine cappacity greater than 1200cc -cars with engine cappacity less than 1200cc the annual road tax for a truck is $3000,those with engine cappacity gretaer than 1200cc is $300 and that with less than 1200cc is $180 a text file holds the infomation on all vehicles within the company as shown T w123mgb 5200 12(T stands for a truck object) L k670kvc 2200 7(L stands for car with engine cappacitiy >1200cc S y317jnb 1100 (S stands for a car with engine capacity <=1200cc) the requirements of the program is to a)read all records from the file and create an object for each type of vehicle b)to provide a display method which given a registration number prints the details of that particular vehicle c)as an additional measure, it should be able to calculate hte total ammount of road tax paid in a year. develop a program to impleent this specification. the prog should use inheritance or polymorphism if appropriate. the number of records in the file should not exceed 100

          T Offline
          T Offline
          Tom Wright
          wrote on last edited by
          #4

          go to rentacoder.com If you want someone to do your homework at least pay them. Tom Wright tawright915@yahoo.com

          1 Reply Last reply
          0
          • U User 2023373

            write a c++ prog thathandles 3 types of objects. -trucks -cars with engine cappacity greater than 1200cc -cars with engine cappacity less than 1200cc the annual road tax for a truck is $3000,those with engine cappacity gretaer than 1200cc is $300 and that with less than 1200cc is $180 a text file holds the infomation on all vehicles within the company as shown T w123mgb 5200 12(T stands for a truck object) L k670kvc 2200 7(L stands for car with engine cappacitiy >1200cc S y317jnb 1100 (S stands for a car with engine capacity <=1200cc) the requirements of the program is to a)read all records from the file and create an object for each type of vehicle b)to provide a display method which given a registration number prints the details of that particular vehicle c)as an additional measure, it should be able to calculate hte total ammount of road tax paid in a year. develop a program to impleent this specification. the prog should use inheritance or polymorphism if appropriate. the number of records in the file should not exceed 100

            B Offline
            B Offline
            Bob Stanneveld
            wrote on last edited by
            #5

            I'll help you if you'll help me to retire by the time I finish your program.. Behind every great black man...             ... is the police. - Conspiracy brother Blog[^]

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups