Computer Hope

Software => Computer programming => Topic started by: mohammad miyan on April 25, 2009, 01:59:15 AM

Title: how to know minimum system requirement of a c++ programme
Post by: mohammad miyan on April 25, 2009, 01:59:15 AM
hi myself MOHAMMAD MIYAN
i am pursuing MCA

i have developed a mini project in c++.now i want to know how i may know minimum system requirement of the system that can run my mini project.
as usually written on every software

i want to specify minimum system requirement for my project.
i know it runs on every machine but just for knowledge.
Title: Re: how to know minimum system requirement of a c++ programme
Post by: d-boy22 on April 29, 2009, 06:10:36 PM
most of the time, if your just starting off, any program you make will work on your computer.
The system requirments wont matter until you get up to realy big programs that use graphics.

so as long as you can use the compiler your computer should be able to handle any c++ program that doesnt use graphics.