Posts
 
Reputation
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
~1K People Reached
Favorite Tags
c++ x 2

2 Posted Topics

Member Avatar for shaista jabeen

// 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 …

Member Avatar for Juan_23
0
233
Member Avatar for Tigran

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. …

Member Avatar for dlayne718
0
1K

The End.