Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to know minimum system requirement of a c++ programme  (Read 3757 times)

0 Members and 1 Guest are viewing this topic.

mohammad miyan

    Topic Starter


    Starter

    how to know minimum system requirement of a c++ programme
    « 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.
    « Last Edit: May 05, 2009, 03:12:40 PM by mohammad miyan »

    d-boy22



      Rookie
      Re: how to know minimum system requirement of a c++ programme
      « Reply #1 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.