Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: // Lets start with the easy part: displaying the Matrix // please forgive my cout and cin skills, its been a while // This also sets the foundation for matrix operations using // one dimensional array int count = 0; //int RowPos[rows]; // I forget how to use "new" without … | |
Re: This was posted 10 years ago, but I came across this same issue while trying to learn Direct2D. I modeled my code similar to this one and got it to work, see code below. My code is similar, except I added the anti alias thingy and it seems to work. … |
The End.