Search:

Type: Posts; User: mik

Search: Search took 0.01 seconds.

  1. Thread: handles?

    by mik
    Replies
    1
    Views
    1,092

    handles?

    how can i "command" the DOS window to go full screen??
    (i know the easy way is to tell the user to press alt+enter)

    i have seen it done years ago when someone went through the API and also...
  2. Thread: Show time??

    by mik
    Replies
    2
    Views
    1,635

    maybe this is it???

    #include <iostream.h>
    #include <time.h>
    #include <iostream.h>

    void main()
    {
    time_t hold_time;
    hold_time=time(NULL);
    cout<<ctime(&hold_time);
  3. Thread: connio.h

    by mik
    Replies
    2
    Views
    1,442

    conio.h

    you'r right i meant conio.h

    after i learned to spell i checked msc++ help and would you beleive there it was.

    thanx anyway
  4. Thread: connio.h

    by mik
    Replies
    2
    Views
    1,442

    connio.h (oops)

    what does this header file do connio.h ?

    can't find it in help or faq
  5. Thread: how do I function?

    by mik
    Replies
    1
    Views
    889

    how do I function?

    how do I seperate my program into functions to simplify it for other programmers?

    e.g. is this right?

    #include....

    int....
    float....

    void main()
  6. Thread: functions??

    by mik
    Replies
    2
    Views
    935

    I think it has something to do with... ...

    I think it has something to do with...

    status[index]..................somewhere it seems to be going wrong!
  7. Thread: functions??

    by mik
    Replies
    2
    Views
    935

    functions??

    this program works fine untill I tried to include functions to "simplify" it......DOH!

    why wont it work......please try the first program below to see what I would like to happen, then the second,...
  8. Replies
    13
    Views
    1,584

    yadancer!

    it works this end tae.

    somebuddy once said....

    no, try not.
    Do or do not
    there is no try.

    you did.....cheers.
  9. Replies
    13
    Views
    1,584

    p.s. msc++ being used, don't know if it makes...

    p.s.

    msc++ being used, don't know if it makes a difference?
  10. Replies
    13
    Views
    1,584

    you missunderstand the function of the program......

    you missunderstand the function of the program...
    here, copy this then run to see the required layout....

    i.e. the printout at the end of the program is designed to show quickly any...
  11. Replies
    13
    Views
    1,584

    thanks but it doesn't fix the errors still...

    thanks but it doesn't fix the errors

    still sobbing!

    looking for the razor blades.....
  12. Replies
    13
    Views
    1,584

    heavy sobbing 2 errors cannot convert const...

    heavy sobbing

    2 errors
    cannot convert const char const to float on these lines

    status[index]=pressurecodes[1];
    status[index]=pressurecodes[0];
    ...
  13. Replies
    13
    Views
    1,584

    still doesn't work please try it ...

    still doesn't work

    please try it


    /********************************************************************

    THIS IS MY PRESSURE CONTROL PROGRAM
    DESIGNED TO ALERT THE USER TO ANY
    PROBLEMS...
  14. Replies
    13
    Views
    1,584

    characters into array??

    how can I includ the words :ok and warning int my index?

    look...

    if(pressure[index]>=699)
    {
    status[index]=ok;
    }//end if
    else
    {
  15. Replies
    0
    Views
    909

    enable defaults??(press return)

    how can I (if possible) accept the user pressing return to give a default reading to the prompt below


    /********************************************************************


    ERASES the...
Results 1 to 15 of 15