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

Basically I'm working with a deck of cards for this. I was hoping to use time as a reference to pseudo-randomize the number of time's they would be shuffled, but I don't see a way to convert time to an integer form. Only to a string. If I used the …

Member Avatar for WaltP
0
27
Member Avatar for Lightslei

My task was to create a program that would copy a file. Ok, didn't look too hard using the textbook and class notes, heavily borrowing from the textbook. However these 2 errors have me stumped. invalid instruction operands segment, group, or register expected. The first one refers to this: mov …

Member Avatar for low_coder
0
81
Member Avatar for Lightslei

I need the program to read 2 pieces of data from each line of a text. For example my txt is: [code] A Garbage B Garbage2 A Garbage3 A Garbage4 A Garbage5 B Garbage3 B Garbage [/code] Now IIRC the getline function breaks after the first space. The program is …

Member Avatar for WaltP
0
120