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 #4K
~3K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for rcossy1023

Hi there, I come here alot for help and tips and post codes that I news help with. On one of my codes I left my name in the comments. I'm trying to reduce my Internet footprint and would gladly appreciate it if someone could edit my second code post …

Member Avatar for rcossy1023
0
128
Member Avatar for rcossy1023

Ok So im trying to understand flags.... when i set $eax = 0x80000000 and set $ecx = 0x90000000 I want to compare and jump for flags so cmp EAX, ECX j(o,s,z,c) I do not understand how comparing these two numbers get a carry flag but not an overflow flag. I …

Member Avatar for -Powerslave-
0
182
Member Avatar for rcossy1023

My homework says: Write an assembly language program that, when given an integer n, will calculate the value of the expression (2n^2-1)2 + n^3. Your program is to get the value for n from ECX and is to leave the value of the expression in EAX. (Note: The name of …

Member Avatar for untio
0
560
Member Avatar for sj5536

you could first get the length of the whole string and use a for loop to to go down the word and if charAt(i) == " " then increase a count and return count.

Member Avatar for Member #887084
0
2K
Member Avatar for Sheni

One way would be to go through the array and compare two items in it and swap them if needed. Look up how to use .compareTo and swap

Member Avatar for peter_budo
0
111
Member Avatar for rcossy1023

Sorry about the double post but i dont know if you can delete posts? Anyway I need to have a circular linked stack where after 5 pushs the 6th push goes into front and replaces the data starting at front and going back. So theoretically if I put in a …

0
67
Member Avatar for rcossy1023

I am trying to write a dropout stack/queue using a Linked List, I have already done the code for Arrays but I am coming across a problem. I do not understand doubly linked list, specifically creating a pointer the previous. I believe I have done the push correctly (5 being …

0
61
Member Avatar for rcossy1023

I am trying to make a contains method where it will search for a name using the compareTo method of the Comparable interface. Here is my problem, It will return true if found but will stay in the while loop and not end if it is not found. AND I …

Member Avatar for mrnutty
0
100

The End.