Wednesday, December 21, 2011

PERIODIC TABLE Computer Science C++ Project for class 12 & 11


Description :  This C++ program on PERIODIC TABLE . In this program use of graphics is done to make is look great . and information of first 20 elements is shown

CLICK HERE TO DOWNLOAD

Click Here To View

19 comments:

  1. compilation is succeessful but an error is coming while runing that the device driver file egavga.big is not present

    ReplyDelete
    Replies
    1. It is very common error and solution is also very simple.
      Just go to folder "BGI" there you will find a file named "EGAVGA.BGI" copy it to your "BIN" folder and again run the project.

      This file is use to initialize GRAPHIC Driver.
      I would recommend you to copy all the files in BGI folder to BIN folder in order to avoid any problem in future.

      I hope that this will solve your problem. For any other doubt feel free to ask and also, do share us with your friends

      Delete
    2. at the last in the void main() function u will see something like "htc... etc" is written delete that and write "C:\\TurboC3\\BGI" the problem is solved....

      Delete
  2. Replies
    1. Our Pleasure Sir.
      Keep visiting us .. keep telling about us to your friends, Keep commenting.

      Delete
  3. M a MCA student...
    I want to do a project in c/cpp
    Can somebody pls help me out with some topics...
    M confused...

    ReplyDelete
    Replies
    1. there are so many good projects available online ,
      But Still if you want some Idea ,, than just look around for some real world task which could be broken into step by step algorithm Like
      Monthly expenditure manager,
      or To-Do list manager

      Just look around ,,, you may also try making some "equation solver" , or informative software
      for more ideas visit : http://cpp-project.blogspot.com/2013/03/c-project-ideas-for-class-12-11-c.html

      Delete
  4. There is a fatal error occurring while compiling the program. it says "Must use c++ for the type iostream. Please help ASAP.

    ReplyDelete
    Replies
    1. Ok. there can be many reasons for that like

      First: check the extension of the file, it must be ".cpp" . Check that whether toy have changed it by mistake.

      Second: you might be using a compiler that is for "C" only and is not capable for compiling "C++" programs.

      The best solution I can offer is ask your any other friend who is also using c++ to download it and run it. I will surly work as it is working fine in our system.
      We are using BOARLAND C++, So I suggest you to install it in your system and run it in that

      I hope that will solve your problem. If still it is not working, Feel free to ask again any time. We are here to help yu only

      Delete
  5. This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. its EASY,
      Just right click on image and select copy and then paste it in your word document.
      OR you can just Drag and Drop it in your word document.

      Thanks for asking
      Keep Asking doubts n Keep visiting for more projects

      Delete
  6. Compilition nd running is good but i want to take output on ms office file to print, could u plz tell me?, how can i do that??

    ReplyDelete
    Replies
    1. its EASY,
      Just right click on image and select copy and then paste it in your word document.
      OR you can just Drag and Drop it in your word document.

      Thanks for asking
      Keep Asking doubts n Keep visiting for more projects

      Delete
  7. This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. its EASY,
      Just right click on image and select copy and then paste it in your word document.
      OR you can just Drag and Drop it in your word document.

      Thanks for asking
      Keep Asking doubts n Keep visiting for more projects

      Delete
  8. how to open pls help soon sir ?

    ReplyDelete
    Replies
    1. I am Not really able to understand what problem you are facing.

      If You are having Problem in opening project at this website, then try using other web browser

      If you are able to download project but are not able to run it then re-install your c++ emulator

      If you are able to run it but not able open detail about a particular element then use arrow keys to move to a particular element and then press enter ... Remember only first 20 elements have additional details.

      Here I have tried my best to help you, but if the above answer is not solving your quarry ... then fell free to ask again

      Delete
  9. How to copy the source code from Ms word and paste it in turbo c++?

    ReplyDelete
  10. Its simple,

    Just open notepad and then paste the code in notepad file, now go to "save as" option and then save it with extension of "Project_name.cpp" and your work is done.

    you might face some formatting error while you try to run it which can be rectified with emulator.

    for any further quarry, feel free to reach again

    ReplyDelete