Strange, It should be working properly. Well if it is having problem in loading ONLY then you should check the folder "INCLUDE" this folder contain all header files, there check weather or not there is a file name IOSTREAM.H It is possible that it may have got deleted or been renamed by mistake. If you cant find the file there then take it from any of your friend and paste it in INCLUDE folder. Most probably it will solve your problem if this is not the case, try some other c++ compiler. I am using "C++ by NewTron" for windows 8 64-bit
In c++ The periodic table is a tabular arrangement of the chemical elements, organized on the basis of their atomic numbers, electron configurations (electron shell model), and recurring chemical properties. Elements are presented in order of increasing atomic number (the number of protons in the nucleus). The standard form of the table consists of a grid of elements laid out in 18 columns and 7 rows. The rows of the table are called periods; the columns are called groups. Your task is to develop a program by using which user can: View table Add new record Edit Record. View: Create a proper tabular view with the names and atomic numbers representation. User can search the elements according to the chemical names, atomic numbers. User can view the elements according to the periods and groups of his choice.
I think you need this project http://cpp-project.blogspot.com/2011/12/computer-science-c-project-on-periodic.html I hope you like this project, do tell about us to your friends.
Yes, why not. In hospital management project, you are suppose to create database of patients who are coming to hospital for treatment. this database may include details like there 'name', 'age', 'symptoms', 'medical history' etc. to understand and study more reffer : http://cpp-project.blogspot.com/2013/01/hospital-management-system-c-project.html
I hope you find it helpful, feel free to ask any other quarry.
Hi, Sorry to disappoint you, but c++ is not a good language to program in if you want to do networking, ALTHOUGH it is possible but codes will get very complicated, and will give problems at different operating system. I suggest you to go for JAVA, it is very nice if you want to do networking
We are very happy that you like our work unfortunately we don't have its flow chart now, but good thing is its easy to make flow chart .. Word 2007 offers many good tools which makes it very easy to make flow chart... Best Of Luck
hello i have download the your library management program ..... but i am having a problem while compiling in code block it is giving me error "drawing operation was attempted when there was no current window " please help ???
We have never encountered this error before. This really made me go back to my project collection and run it again. But as expected the program ran as the way it was suppose to.
All I can say is try to install some other version of C++ and again try to run it. I had originally typed that code in Borland C++ Hoping this will solve your problem If it still does not work, feel free to ask again Thx for giving us opportunity to serve you.
Good Question. Well Sudoku is of the simplest project as well as it is having a practical application in gaming.
Sudoku is nothing but combination of few if else statements
In Sudoku, all we have to do is check few conditions. 1. No number should repeat in a particular row. 2. No number should repeat in a particular column. 3. No number should repeat in a particular sub-matrix of three.
That's all. all the coding done is to implement these three conditions only.
that file is present in BGI folder, I would suggest you to copy all files present in BGI folder and then paste them in BIN folder, Because in future you will encounter many program that requires one or other file from BGI folder
Hopeing that you find it useful, and feel free to ask any thing else . Keep Visiting
i wan to make a project on NGO'S . about their workers, associates and donators. i want to make a database. is it possible only with simple nd basic header files? i wish i get help jelp asap
we are having project of canteen management for you, just follow this link: http://cpp-project.blogspot.com/2011/12/computer-science-c-project-on-canteen.html
along with this we are having many other interesting projects at : http://cpp-project.blogspot.com/2013/03/c-project-ideas-for-class-12-11-c.html
we are having project of canteen management for you, just follow this link: http://cpp-project.blogspot.com/2011/12/computer-science-c-project-on-canteen.html
along with this we are having many other interesting projects at : http://cpp-project.blogspot.com/2013/03/c-project-ideas-for-class-12-11-c.html
It would be a little difficult to explain you the whole project here, but fortunately the coding used is very easy and simple. also comments are provided everywhere necessary.
Just give it a short and try to understand it, you will surly be able to understand it.
If you still have any problem, we are here to help you all the time
can you please suggest me some best standard books to have high level knowledge in c++
ReplyDeleteI prefer "Programming In Ansi C By E Balagurusamy " the most
DeleteAlso "Computer Science With C++ Vol II By Sumita Arora"
If you want some higher/ Advance Book than "Let Us C++ By Yashavant P. Kanetkar " is Very NICE
dev c++ isperfectly workin on my windows8 64 bit
ReplyDeletebut it doesn't recognize iostream.h what to do?
Strange, It should be working properly.
DeleteWell if it is having problem in loading ONLY then you should check the folder "INCLUDE" this folder contain all header files, there check weather or not there is a file name IOSTREAM.H
It is possible that it may have got deleted or been renamed by mistake.
If you cant find the file there then take it from any of your friend and paste it in INCLUDE folder. Most probably it will solve your problem
if this is not the case, try some other c++ compiler. I am using "C++ by NewTron" for windows 8 64-bit
Feel free to ask any other doubt
In c++ The periodic table is a tabular arrangement of the chemical elements, organized on the basis of their atomic numbers, electron configurations (electron shell model), and recurring chemical properties. Elements are presented in order of increasing atomic number (the number of protons in the nucleus). The standard form of the table consists of a grid of elements laid out in 18 columns and 7 rows. The rows of the table are called periods; the columns are called groups.
ReplyDeleteYour task is to develop a program by using which user can:
View table
Add new record
Edit Record.
View:
Create a proper tabular view with the names and atomic numbers representation.
User can search the elements according to the chemical names, atomic numbers.
User can view the elements according to the periods and groups of his choice.
I think you need this project
Deletehttp://cpp-project.blogspot.com/2011/12/computer-science-c-project-on-periodic.html
I hope you like this project, do tell about us to your friends.
can you tell me about hospital management?
ReplyDeleteYes, why not.
DeleteIn hospital management project, you are suppose to create database of patients who are coming to hospital for treatment.
this database may include details like there 'name', 'age', 'symptoms', 'medical history' etc.
to understand and study more reffer : http://cpp-project.blogspot.com/2013/01/hospital-management-system-c-project.html
I hope you find it helpful, feel free to ask any other quarry.
can you tell me how to add a live rss feed into c++ ?
ReplyDeleteHi, Sorry to disappoint you, but c++ is not a good language to program in if you want to do networking, ALTHOUGH it is possible but codes will get very complicated, and will give problems at different operating system. I suggest you to go for JAVA, it is very nice if you want to do networking
Deletehiiii
ReplyDeletejust now i saw your hospital management program.
can you give me the flow chart for this. it is really wonderful.
We are very happy that you like our work
Deleteunfortunately we don't have its flow chart now, but good thing is its easy to make flow chart .. Word 2007 offers many good tools which makes it very easy to make flow chart...
Best Of Luck
hello i have download the your library management program .....
ReplyDeletebut i am having a problem while compiling in code block it is giving me error "drawing operation was attempted when there was no current window " please help ???
We have never encountered this error before.
DeleteThis really made me go back to my project collection and run it again.
But as expected the program ran as the way it was suppose to.
All I can say is try to install some other version of C++ and again try to run it. I had originally typed that code in Borland C++
Hoping this will solve your problem
If it still does not work, feel free to ask again
Thx for giving us opportunity to serve you.
can u provide an explanation for the working of the sudoku progam in c++ published on your website?
ReplyDeleteGood Question.
DeleteWell Sudoku is of the simplest project as well as it is having a practical application in gaming.
Sudoku is nothing but combination of few if else statements
In Sudoku, all we have to do is check few conditions.
1. No number should repeat in a particular row.
2. No number should repeat in a particular column.
3. No number should repeat in a particular sub-matrix of three.
That's all. all the coding done is to implement these three conditions only.
Thank you for giving us opportunity to serve you.
Keep Asking Questions.
that file is present in BGI folder, I would suggest you to copy all files present in BGI folder and then paste them in BIN folder,
ReplyDeleteBecause in future you will encounter many program that requires one or other file from BGI folder
Hopeing that you find it useful, and feel free to ask any thing else .
Keep Visiting
i wan to make a project on NGO'S . about their workers, associates and donators. i want to make a database. is it possible only with simple nd basic header files?
ReplyDeletei wish i get help jelp asap
hi i need a c programming code for canteen management
ReplyDeletewe are having project of canteen management for you, just follow this link: http://cpp-project.blogspot.com/2011/12/computer-science-c-project-on-canteen.html
Deletealong with this we are having many other interesting projects at : http://cpp-project.blogspot.com/2013/03/c-project-ideas-for-class-12-11-c.html
hi i need a c programming code for canteen management
ReplyDeletewe are having project of canteen management for you, just follow this link: http://cpp-project.blogspot.com/2011/12/computer-science-c-project-on-canteen.html
Deletealong with this we are having many other interesting projects at : http://cpp-project.blogspot.com/2013/03/c-project-ideas-for-class-12-11-c.html
please tell me everything about your railway reservation program
ReplyDeleteIt would be a little difficult to explain you the whole project here, but fortunately the coding used is very easy and simple.
Deletealso comments are provided everywhere necessary.
Just give it a short and try to understand it, you will surly be able to understand it.
If you still have any problem, we are here to help you all the time
Best of luck