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

Search:

Type: Posts; User: SamHunter

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    2,161

    plotting 3d graphs on c#

    I wanted to know how I get a picture or plot of a 3d function that you input on c#. Is there any free software for this?

    like for example plotting f1 below:
    double f1 = Math.Pow(x*y,2); return...
  2. Replies
    6
    Views
    5,821

    Re: c# code not executing

    Thank you very much sma - it worked! :d
  3. Replies
    6
    Views
    5,821

    Re: c# code not executing

    Hi. I clicked on 'Start as new project' but this comes up when I execute it:

    'GATest.vshost.exe' (Managed (v2.0.50727)): Loaded...
  4. Replies
    6
    Views
    5,821

    Re: c# code not executing

    Hi SMA. I'm a beginner in c# but I want to see this code in action. How do I add an executable to the project?
    Again sorry this is very trivial for you.
  5. Replies
    6
    Views
    5,821

    c# code not executing

    Hello People!

    I have been having a very hard time trying to run a piece of code that I downloaded. I thought it would be best to take a screenshot of it so people can help.

    31471

    Can someone...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured