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

Search:

Type: Posts; User: anter

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    13,491

    Re: need help with building a function

    I didn't find a way to write a solution to this task using List, however I managed to find another way using binary numbers. I don't know if this is the most elegant solution, but I think it works...
  2. Replies
    13
    Views
    13,491

    Re: need help with building a function

    Well I gave it a try and with my version i finds more options, but it still gets lost with bigger numbers such as (123456789=252 - 123+45+67+8+9=252).
    Here is my code:


    static void Main(string[]...
  3. Replies
    13
    Views
    13,491

    Re: need help with building a function

    Sorry I wasn't around for so long, but I still don't have a full solution to this exercise.
    fcronin, thank you, your post helped me very much. But your solution doesn't check all the options, for...
  4. Replies
    13
    Views
    13,491

    Re: need help with building a function

    Read the first post.
  5. Replies
    13
    Views
    13,491

    Re: need help with building a function

    I write on c#.
    Remove is an interesting function, but it doesn't solve the task.
  6. Replies
    13
    Views
    13,491

    Re: need help with building a function

    I tried to write it, but the code was too long and complicated. Not to mention it didn't work. So I thought that there is an easier way for sure, maybe a trick that I don't know. Basicaly, I tried to...
  7. Replies
    13
    Views
    13,491

    need help with building a function

    Hello folks,
    I have a task that I cannot solve, maybe you guys can help me out :).
    To explain it I'll start with an example.
    1234=46
    2222=8
    These equations are false, but if you add plusses...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured