CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jennahello

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    4,173

    Re: program not doing what it should

    thanks!
    :)
  2. Replies
    5
    Views
    4,173

    Re: program not doing what it should

    if m==n (j*j*j + i*i*i==k*k*k + l*l*l), because 1729=12^3 + 1^3 = 9^3 + 10^3. i think that my function is working right, but i cant figure out what is wrong with for loops. Program is printing 4394...
  3. Replies
    5
    Views
    4,173

    program not doing what it should

    Hei! So i found my problem with endless printing in my program, but the result is still not right. It should print out 1729 (12 + 1 = 9 + 10), but it doesn't.


    #include <iostream>

    using...
  4. Replies
    1
    Views
    2,083

    need a little help

    Heyy! :)
    I just started learning programing and there is a little assigment that i need to do, but i cant figure out why my program is not doing what it should do. If i look at it, everything seems...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured