Search:

Type: Posts; User: suryap.kv1bbsr

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    5,260

    ohh....actually i learnt that root is used only y...

    ohh....actually i learnt that root is used only y simulators and scientists...thats why not popular
  2. Replies
    11
    Views
    5,260

    Well i must tell u that i have installed pelles c...

    Well i must tell u that i have installed pelles c over my windows partition which i seldom use,,but i am an active user of ubuntu linux,,,since i couldn't find pelles c version for linux,i installed...
  3. thanks for suggesting a good compiler but will...

    thanks for suggesting a good compiler but will gnuplot work with code::blocks?If yes, then how do we call it ina c program?I could not understand the gnuplot tutorial as it is a bit screwed up
  4. Replies
    11
    Views
    5,260

    thanks!!!!!!!!!

    actually wheni was introduced to turbo c i was told that it is very old but i though that it would be ok for the time being.....but now i have installed pelles c and code::blocks.....let me test...
  5. Replies
    11
    Views
    5,260

    :confused:

    :confused:
  6. but when u compile some program that uses math.h...

    but when u compile some program that uses math.h header file , u need to write a long command in the terminal in order to compile it.Is there any better alternative to that in gcc?
    Moreover, even if...
  7. Replies
    11
    Views
    5,260

    WHY IS GCC NOT AS GOOD AS OLD TurboC??

    I cant understand why the great gcc compiler is so painful.It doesnt accept float to int conversion,i.e,if u print a float value with %d, then only integral part should print, but gcc doesnt allow...
  8. well....i used i am learning c in...

    well....i used i am learning c in tc++....moreover,i used gcc and got pained with it...it wont accept if you print a float with %d--i.e., it doent accept float to in conversions, it doesnt accept...
  9. Plotting graph in turbo c++ 2.01,linux

    I use the turboc++ 2.01 compiler to compile to compile my C programs,and i have installed it in ubuntu linux using dosbox.Now, my prof. has asked me to draw the graph of a data inputted by the user...
  10. Replies
    4
    Views
    2,274

    thanks

    thanks for your satisfying replies.
  11. Replies
    4
    Views
    2,274

    C compiler accepting c++ code!!

    I used many compilers like turboc ,gcc ,borland c,microsoft c terminal,,to test this problem.
    In c programming, there are many syntaxes different from their c++ counterpart,and i have seen that the...
  12. Replies
    8
    Views
    2,027

    thanks everybody for ur support.... Can anyone...

    thanks everybody for ur support....
    Can anyone suggest me a free ebook where i can learnC++syntax?Although i found a lot in the web, i want the best one,where evrything is explained nicely
  13. Replies
    8
    Views
    2,027

    actually i have the basic logic outline behind...

    actually i have the basic logic outline behind it.Since i am a beginner, i need to know the syntax.
    No,your nose is malfunctioning.It is not at all homework.Actually i have learnt C programming but...
  14. Replies
    8
    Views
    2,027

    Converting hex to binary

    Can anyone please tell me a c++ program to convert a given hexadecimal no. to binary?
    Also, vice-versa?
  15. this is only value of a nd b now i want to...

    this is only value of a nd b
    now i want to automatically deduce a+b, which is not working becoz it does not consider the values derived from the equations as values of a and b
  16. In[55]:= Solve[{2 a + 3 b == 9, a - 23 b == 16},...

    In[55]:= Solve[{2 a + 3 b == 9, a - 23 b == 16}, {a, b}]

    Out[55]= {{a -> 255/49, b -> -(23/49)}}

    In[56]:= a + b

    Out[56]= a + b
  17. Mathematica program non-coordination between solve function and variable definition?

    i wrote a program in which we need to find the values of two variables a and b and then give their sum.But, when i do a+b, it tells
    In[60]:= a + b

    Out[60]= a + b

    what is the problem?
  18. Replies
    20
    Views
    2,288

    oh sorry u are right it is the median how...

    oh sorry
    u are right it is the median
    how foolish i am?
  19. Replies
    20
    Views
    2,288

    sorry, you r right but it is not mean, it is...

    sorry,
    you r right but it is not mean, it is median
    the mean of 1 and 5 is 1.2 but the median is 3
    is there any function for finding the mean?
  20. Replies
    20
    Views
    2,288

    i dont understand how arithmetic mean is related...

    i dont understand how arithmetic mean is related with this question anyway, the answer given by vart is correct
  21. Replies
    20
    Views
    2,288

    thankyou very much you are great!!!!!!!!!!

    thankyou very much you are great!!!!!!!!!!
  22. Replies
    20
    Views
    2,288

    i want to accomplish the following by a for loop:...

    i want to accomplish the following by a for loop:

    two variables a and b have values 1 and 5 respectively.
    both are incremented and decremented the same time.
    the computer first checks whether...
  23. Replies
    20
    Views
    2,288

    i know that there are other ways of writing the...

    i know that there are other ways of writing the program but i want to accomplish the following by a for loop:

    two variables a and b have values 1 and 5 respectively.
    both are incremented and...
  24. Replies
    20
    Views
    2,288

    i have done that too #include...

    i have done that too



    #include<stdio.h>
    void main()
    {
    int a,b;
    for(a=1,b=5;a==b;a++,b--)
    printf("%d %d",a,b);
  25. Replies
    20
    Views
    2,288

    i have used borland and visual c as well

    i have used borland and visual c as well
Results 1 to 25 of 27
Page 1 of 2 1 2