Search:

Type: Posts; User: alvarorahul

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,692

    oh and the value strcmp returns is the diff....

    oh and the value strcmp returns is the diff. betwn. the value of the corres. characters of the strings. //pls. verify this
  2. Replies
    5
    Views
    1,692

    string comparison starts with the first character...

    string comparison starts with the first character and goes on till a character differs or one of the strings gets completed
    coonsider strcmp(s1,s2)
    if strcmp(s1,s2) == 0 => s1==s2
    if...
  3. in fact when one uses the & symbol, not the value...

    in fact when one uses the & symbol, not the value but the address of the memory location where the value was stored gets printed. since you want to print the value we must not use the &.
  4. thanks quzah for the info. however there...

    thanks quzah for the info.



    however there are quite a few listed at that link
    g++,borland, dev c++, etc.

    which one do you suggest for my OS i.e winXP?
  5. could you tell me which compiler is best suited...

    could you tell me which compiler is best suited for windows xp which i can get free on the net and also for windows 98
  6. Replies
    6
    Views
    1,081

    thanks very much for the info.

    thanks very much for the info.
  7. i use windows xp and turbo c++ compiler i...

    i use windows xp and turbo c++ compiler

    i hope that will be of use
  8. Replies
    6
    Views
    1,081

    what exactly is an API? please forgive my...

    what exactly is an API?
    please forgive my ignorance but i have only worked on turbo c++
  9. how to incorporate atrl,alt esc, etc in c code

    can someone kindly tell me how i can put keys such as escape, control, alt,etc. in c programs? for e.g. press esc to exit prog.
  10. Replies
    6
    Views
    1,081

    printing picture files

    how can i print a picture file (say a file created using paintbrush) to the screen in c/c++?

    is it possible? :confused:
  11. Replies
    2
    Views
    6,264

    thanks

    thanks for the info.
  12. Replies
    2
    Views
    6,264

    cramer's rule (which uses determinants)

    how can i implement cramer's rule to solve n euqations in n variables
    i tried using simple for loops but it becomes to tedious and cumbersome
    any suggestions???
  13. Replies
    7
    Views
    1,604

    there u go

    in addition to what iceball said it can also be used to access objects of a class using a pointer. :)
  14. hi! could anybody help me, a hint at the least

    i was given d this prob. as a proj.Pls give some hint how to get about it : -
    there is a 3D maze(n*n*n;n is odd).there are some hindrances(1)to be avoided. the starting position is to be chosen and...
  15. need some help on this problem - a few hints please

    i was given d this prob. as a proj.Pls give some hint how to get about it : - :) ;) :cool:
    there is a 3D maze(n*n*n;n is odd).there are some hindrances(1)to be avoided. the...
Results 1 to 15 of 15