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
~390 People Reached
Favorite Forums
Favorite Tags
Member Avatar for tr6699

Say you have a set of characters (ex. abcdef). I was wondering how I would go about generating all the possible srings I could make with these letters that are size X (ex. 7). I know this will result in a list that is number of characters in set C …

Member Avatar for Momerath
0
107
Member Avatar for tr6699

I have discovered a bug in some assembly code I have been working with but can't figure how to fix it. When shifting left by 0 the result ends up being 0 instead of jut the number. The same applies when shifting to the right. Any and all help is …

Member Avatar for tr6699
0
98
Member Avatar for tr6699

I have dynamically created a 2d bool array and was wondering if i could create a pointer that points to the second column of the array.

Member Avatar for Ancient Dragon
0
96
Member Avatar for tr6699

This program reads an the following input from a file 1 2 3 2 4 5 3 5 4 6 5 6 6 0 Then inserts the values into a two dimensional array. For example the first line 1 2 3 would insert a value of 1 into map[1][2] and …

0
89