Re: [algogeeks] command to use printer using c/c++

2010-09-12 Thread Jasveen Singh
thanks i'll try it for sure!!!and let u know!!! On Sun, Sep 12, 2010 at 5:01 PM, saurabh singh wrote: > Apologies...I got it wrong > Try http://www.filehippo.com/download_winsnap/ . I am not sure whether it > will serve your purpose as it may internally be using the same windows API > which are u

Re: [algogeeks] command to use printer using c/c++

2010-09-12 Thread saurabh singh
Apologies...I got it wrong Try http://www.filehippo.com/download_winsnap/ . I am not sure whether it will serve your purpose as it may internally be using the same windows API which are used on doing PrtScr button press. On Sun, Sep 12, 2010 at 4:41 PM, Jasveen Singh wrote: > @SAURABH.bud

Re: [algogeeks] command to use printer using c/c++

2010-09-12 Thread Jasveen Singh
@SAURABH.buddy i tried to redirect the graphical output of the .exe fiel to a file but in the fiel it gives a error.. *BGI Error: Graphics not initialized (use 'initgraph')* *and even if i redirect it how am i suppose to get the screenshots i need!!! * On Sun, Sep 12, 2010 at 11:48

Re: [algogeeks] command to use printer using c/c++

2010-09-11 Thread saurabh singh
when you run the executable of your code then redirect the output of it to a file. ex : program > C:/out.txt On Sun, Sep 12, 2010 at 9:54 AM, Jasveen Singh wrote: > hi guyz, > i have aproject to submit tomorrow and i have made the program,it is a > graphical program in c++,but i have to give a s

[algogeeks] command to use printer using c/c++

2010-09-11 Thread Jasveen Singh
hi guyz, i have aproject to submit tomorrow and i have made the program,it is a graphical program in c++,but i have to give a screenshot in the file can u guyz help me please because i'm unable to get a screenshot of the graphical output as it runs full screen and Printscr button doesn't work on D