Search:

Type: Posts; User: Abhas

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    4,196

    Flowchart is one thing i guess everyone hates...

    Flowchart is one thing i guess everyone hates deeply and that is why it is given in every class project or exam. I am sorry to say but no one will try to teach you flow chart here.. your book is has...
  2. Thread: Sorting question

    by Abhas
    Replies
    3
    Views
    1,076

    u can do that if you pass the whole array ...

    u can do that if you pass the whole array (obviously as pointer) as well as its size in the calling function.
  3. Replies
    15
    Views
    4,196

    ya but maybe it takes a lot of time to be applied...

    ya but maybe it takes a lot of time to be applied on field(for some people)..
  4. Replies
    3
    Views
    2,746

    ya that was the fault, lots of thanks..

    ya that was the fault, lots of thanks..
  5. Replies
    15
    Views
    4,196

    for q.1 learn the bodmas rule and remember || is...

    for q.1 learn the bodmas rule and remember || is the expression for "or" and so work out the meaning for the expressions on the either side of it seperately and use logic of "or".
    q.2 b. cant you...
  6. Replies
    3
    Views
    2,746

    or ??

    when i compile a c++ program using <iostream.h> i get the following warning

    C:\Program...
  7. Replies
    3
    Views
    1,834

    also correct this, as stahta01 told. if needed...

    also correct this, as stahta01 told. if needed read the part of your book related to assignment operator.
  8. Replies
    11
    Views
    7,008

    Oh i got it wrong.

    Oh i got it wrong.
  9. Replies
    13
    Views
    2,833

    hey 1 more thing thing: how to print or scan...

    hey 1 more thing thing: how to print or scan it??? i mean printf("%what??")
  10. Replies
    19
    Views
    2,789

    o thats quiet clear now.

    o thats quiet clear now.
  11. Replies
    13
    Views
    2,833

    everyone lots of thanks. that solves my problem.

    everyone lots of thanks. that solves my problem.
  12. Replies
    13
    Views
    2,833

    Accepting large integers as entry

    I need to accept large intger of say 15 digits. how to do that except using array?
    even if i use array, can i use getw() for accepting the whole number at one turn but storing the digits at...
  13. Replies
    11
    Views
    7,008

    Some ide's dont even need them like pelles c or...

    Some ide's dont even need them like pelles c or code:blocks.
  14. Replies
    19
    Views
    2,789

    i still didnt get your point 1. WHAN TWO...

    i still didnt get your point
    1.

    WHAN TWO ANGLES ARE 80,220 THE OTHER MUST BE 60 (SINCE SUM OF ALL ANGLES IS 360).
    IN THAT CASE IF WE SUBTRACT 60 FROM EACH THEY BECOME 0,20,160 AND NONE OF THEM...
  15. Replies
    19
    Views
    2,789

    I AM SORRY nonoob but i didnt get your point. can...

    I AM SORRY nonoob but i didnt get your point. can you please explain your point w.r.t to the picture attached. please mention the name of the angle when you are explaining.
  16. while (choice == 'y' || choice == 'Y'); ...

    while (choice == 'y' || choice == 'Y');
    shownumbers(numbers, count);
    return 0;

    }
    try writing it within the main() function.
  17. Replies
    19
    Views
    2,789

    wow.. found it.. salem lots of thanks... this is...

    wow.. found it.. salem lots of thanks...
    this is the page if in any case someone needs Determining Whether A Point Is Inside A Complex Polygon
    solves much more complex problem than i require....
  18. Replies
    19
    Views
    2,789

    ya, contains. but what can be the logic behind...

    ya, contains. but what can be the logic behind that check. give some hint.
  19. Replies
    11
    Views
    1,432

    oh sorry i misunderstood the question.

    oh sorry i misunderstood the question.
  20. Replies
    13
    Views
    27,505

    hey at last i worked, but i dont know what was my...

    hey at last i worked, but i dont know what was my mistake earlier.
    one more question : in a project, i made only the .c file. but the compile button isnt working. wat to do?

    n lots of thanks to...
  21. Replies
    13
    Views
    27,505

    even this is seemingly not working. getting this...

    even this is seemingly not working.
    getting this error:
    Building a.exe.
    Invalid command: "L"
    C:\Documents and Settings\Machine\output\a.obj(1): Error in script -- aborting creation process
    ***...
  22. Replies
    4
    Views
    2,159

    print the result. u havent printed anything. ...

    print the result.
    u havent printed anything.

    2 questions i want to ask to you damha:
    1. the program seems to be ok. but whats the mathetical reason behind it. i did the same program but it was...
  23. Replies
    13
    Views
    27,505

    omg! please help i am fed up with error report...

    omg! please help i am fed up with error report every time i try to execute it. is getch(); not allowed in pelles c. please write a sample code to show an example. also when working in a project, the...
  24. Replies
    13
    Views
    27,505

    how to write programs in pelles c??

    how to write programs in pelles c??
    i wrote it:


    #include<stdio.h>

    int main()
    {
    printf("hye");
  25. Replies
    26
    Views
    5,310

    hey did it: the new version was not working, but...

    hey did it: the new version was not working, but the older did.
    but new problem: how to write programs in pelles c??
    i wrote it:

    #include<stdio.h>

    int main()
    {
    printf("hye");
Results 1 to 25 of 51
Page 1 of 3 1 2 3