CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2009
    Posts
    13

    Can any one tell a logic to draw points.

    hello friends,
    i want to draw points in the display for that i need one logic, if distance is less points are more like vice versa..
    Can any one give some sample or suggestion to solve this problem.


    Thanks in advance,
    sundar.

  2. #2
    Join Date
    Dec 2009
    Posts
    9

    Re: Can any one tell a logic to draw points.

    With a graphical Api or without?

  3. #3
    Join Date
    Jul 2009
    Posts
    13

    Re: Can any one tell a logic to draw points.

    hai friend,
    with out any API.

  4. #4
    Join Date
    Dec 2009
    Posts
    9

    Re: Can any one tell a logic to draw points.

    You mean in console application?

  5. #5
    Join Date
    Jul 2009
    Posts
    13

    Re: Can any one tell a logic to draw points.

    Hai friend,
    U tell me the any of the one.

  6. #6
    Join Date
    Dec 2009
    Posts
    9

    Re: Can any one tell a logic to draw points.

    its not that simple it depends. what are you trying to achive? is it a particle engine? then i suggest learning either opengl or directx.

  7. #7
    Join Date
    Apr 2008
    Posts
    725

    Re: Can any one tell a logic to draw points.

    why have you got two threads on the same question??

    http://www.codeguru.com/forum/showthread.php?t=489990

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured