Search:

Type: Posts; User: just_A_student

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,962

    Do u have an algorithm in place ? Put the...

    Do u have an algorithm in place ?

    Put the menu in a function with one more menu-item = exit. The function should return the value checked, that is, 1 if they want a first class, 2 if they want a...
  2. No. That couldn't be the case as i used clrscr()...

    No. That couldn't be the case as i used clrscr() in TC, but deleted the line for portability reasons.
  3. Replies
    6
    Views
    1,573

    Sorry ! Got the point !

    Sorry ! Got the point !
  4. Replies
    9
    Views
    1,366

    Thank you Mr. Salem for that piece of...

    Thank you Mr. Salem for that piece of information. I didn't know that ! I should have been a member long back. Could have learned so much !
  5. Replies
    11
    Views
    7,607

    Brother, don't make it complex.. I am sorry for...

    Brother, don't make it complex.. I am sorry for the statement, but that's exactly what u r doing. I personally like HTML forms and the way they take input, one input per box, that's how it should...
  6. Replies
    6
    Views
    1,573

    suppose u wanted to do xyz to each line... Now...

    suppose u wanted to do xyz to each line...

    Now try proceeding this way :

    1 - open the file.

    2 - Do till EOF is reached

    get character and put it in an array till the '\n' character...
  7. Replies
    9
    Views
    2,197

    Try this code. I think this should work (although...

    Try this code. I think this should work (although a bit modification is needed).



    /*
    Code to get the coefficients for a polynomial function.
    Code by : just_A_student
    */

    #include...
  8. Replies
    9
    Views
    1,366

    shuoldn't the scanf part read ...

    shuoldn't the scanf part read



    scanf("%s",f);


    instead of
  9. Replies
    11
    Views
    7,607

    I don't know whether the suggestion that i am...

    I don't know whether the suggestion that i am giving is right or wrong, so please correct me if it is so.

    I am not considering the file reading example as u already seem to have done that. As far...
  10. I tried with multiple and different input sets,...

    I tried with multiple and different input sets, the outputs of all started out with R's frequency, if present.
  11. Different outptus from different compilers

    A warm hello to all the contributors to this forum,

    To be precise, two different compilers -
    DevCpp ver 4.9.9.2 &
    Tc by Borland ver 3.0
    have given me two different outputs for the same...
  12. Replies
    24
    Views
    3,230

    precautions while handling strings!

    Hi all!
    I am a new entrant in this exciting communication channel.
    What i have observed is that u should always check for proper string lengths (both before and after the operation) at all the ends...
Results 1 to 12 of 12