Search:

Type: Posts; User: sakshamgupta

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    6,316

    thank you all for your replies.... compiling the...

    thank you all for your replies....
    compiling the code in a new compiler solves the problem.
  2. Replies
    17
    Views
    16,222

    the tricky part is the algorithm only....once you...

    the tricky part is the algorithm only....once you figure out the algo, the rest is quite trivial.
    Make sure you do the paper work first that is the algorithm and the pseudo code.
    Converting the...
  3. Replies
    7
    Views
    1,941

    in the second code.....do we need to include any...

    in the second code.....do we need to include any other headers other than those given? I am getting a lot of error messeges during compilation.
  4. Replies
    7
    Views
    1,941

    use different colors in console

    does any one know how can i use different text colors in the console for a DOS application?
    can any one provide me with a simple code for that?
    i am using VC++ 1.5 on win 2000
    Tnx
  5. Replies
    14
    Views
    6,316

    thnx man for these advices....ill try to mend...

    thnx man for these advices....ill try to mend them next time on...
    but the problem still persists....
    and yes pointer to the file object
  6. Replies
    14
    Views
    6,316

    declaring ch as int doesn't solve the prob...

    declaring ch as int doesn't solve the prob either.....
  7. Replies
    14
    Views
    6,316

    the loop statement does not solve the problem.......

    the loop statement does not solve the problem....
    FILE_NAME is a pointer not a string
    and i guess ch being char does not make any difference as ultimately i think you can even print an integer as a...
  8. Replies
    14
    Views
    6,316

    Run Time error R6001

    i am using this piece of code in my program which reads characters from a file and operates on them




    char ch;

    do
    {
    ch=fgetc(FILE_NAME);
  9. i am using it for a dos based application....and...

    i am using it for a dos based application....and i am using the example given on
    http://poli.cs.vsb.cz/c/help/bios.htm#LBL10
    there is no compile time error but i am not able to send data due to the...
  10. i am using this code given on MS's site...

    i am using this code given on MS's site
    support.microsoft.com/support/kb/articles/Q39/5/01.asp
    when i try to initialize the port, it sends me the status as 0x6000 and does not transmit data as the...
  11. c code for transmitting and recieving data from serial port

    guys please help me out...
    can anyone provide me with a code in C which can transmit and receive data over a RS232 link.
    i was using _bios_serialcom but it refuses to send data and the timeout bit...
Results 1 to 11 of 11