Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c x 9
c++ x 6
java x 5
Member Avatar for goyofoyo

how would one manipulate the code below, using pointers? int add(int a, int b) { int result=0; int s=0, c=0; /* result and carry; carry in for bit 0 is 0 */ /*int bit_a, bit_b; int i, n, mag=0; for(i=0; i<16; i++) { bit_a = ((mask_array[i] & a)?1:0); bit_b = …

Member Avatar for Ancient Dragon
0
94
Member Avatar for goyofoyo

In Xcode how does one create a header file? and what should it include? or does xcode create the file and use the information from the .c file to create the .h file

Member Avatar for rubberman
1
186
Member Avatar for goyofoyo
Member Avatar for goyofoyo
0
65
Member Avatar for goyofoyo

so I am in the process of creating a lc-3 compiler that is written in C and I am stuck on how to convert the BR command into C language, the assignment asks that i get a file and then spit it out in zeros and ones , but with …

Member Avatar for TrustyTony
0
233
Member Avatar for goyofoyo

Hey I was wondering if anyone was familiar with the LC-3 language and would be wiling to help with a question I have, I am lost with it and any help would be appreciated I had found a similar problem in my book but it is still different to this …

0
49
Member Avatar for goyofoyo

so I am creating a program that has a human bicycle car and truck and they all run on a street but they can collide. so I am confused on how I should write it, the car should be able to collide with the other three objects. I have more …

Member Avatar for VernonDozier
0
400
Member Avatar for goyofoyo

I made figures with * and when i display it once it works fine but if i try to display it again and again it, the botton of the figure is the only thing that shows I am not sure what is wrong with the loops? maybe someone can see …

Member Avatar for Lerner
0
119
Member Avatar for goyofoyo

hey I have been looking up shapes in c++ but everyone talks about needing certain compilers and #includes but i don't have those compilers i have just been using the standard Microsoft visual studio at my school i think and my teacher has just asked us to create different shapes. …

Member Avatar for Ancient Dragon
0
115
Member Avatar for goyofoyo

hey I am currently working on a Fraction program and the fraction needs to be in lowest terms i have been working on this for a while and I can't figure out what is wrong with it i think i have been looking at it for too long, but anyways …

Member Avatar for goyofoyo
0
109
Member Avatar for goyofoyo

i am working with a piglatin translator that has a GUI but i am stuck on how to make it translate when i you push the translate button here is my GUI what is in red is were the error occurs if someone could help i would appreciate it thanks …

Member Avatar for Ezzaral
0
176
Member Avatar for goyofoyo

so I am working on Compositions i have to use the Java interface Queue<E>, create a class named InstructorQueue that implements the Queue interface and all 5 of the operations of a Queue collection interface. You may choose any of the Java collections (choose wisely) as the underlying container. so …

Member Avatar for Ezzaral
0
67
Member Avatar for goyofoyo

hey everyone i am pretty new to programming and i need a little help with a code that i am writting it is a pacMan and i need it to open and close its mouth but i am not sure how to do that i started an array with the …

Member Avatar for stultuske
0
86