Search:

Type: Posts; User: litzkrieg

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Storing matrix positions and using them in a struct?

    Hey guys long time no see, i was hoping you could help me with this Homework/ tic-tac-toe game im doing, i just erased what i had because i got so frustrated but no worries i still have work to show...
  2. Replies
    15
    Views
    2,186

    do you have any code already or idea in the...

    do you have any code already or idea in the general direction which you want to go? if you do post what you have and i might be able to to help
  3. Replies
    4
    Views
    1,284

    Converting a string into an array?

    ok so tossed out last little project cuz professor said it would be alittle much an he wanted me to be able to do it at end of semester instead of a program to do it for me lol so my new fun little...
  4. Replies
    1
    Views
    855

    Converting a string into an array?

    ok so tossed out last little project cuz professor said it would be alittle much an he wanted me to be able to do it at end of semester instead of a program to do it for me lol so my new fun little...
  5. Replies
    2
    Views
    802

    Converting a string into an array?

    ok so tossed out last little project cuz professor said it would be alittle much an he wanted me to be able to do it at end of semester instead of a program to do it for me lol so my new fun little...
  6. State Machine function table to boolean equations?

    ok so my up coming project in C is gonna derive boolean equations from a state machine (up to 4 states). more of this problem is designing this is work in C than actually programming it just...
  7. Replies
    3
    Views
    996

    Ok your gonna hate me cuz i hate myself right now...

    Ok your gonna hate me cuz i hate myself right now but the only things wrong was the issue with some of the comments (didn't post entire code) and y1 was meant to be y11 GRR Sorry and yea i'll do my...
  8. Replies
    3
    Views
    996

    Please tell me why this doesn't work

    ok so we have this code for our class and we just had to add in the state equations at the base w1=,w2,w3,w4, ect but now none of us can get it to run on cygwin or preferred Quincy 2005 you guys see...
  9. Algorithmic state machine Truth Table equations?

    ok so im afraid o ask this hear but i have gone to every book i could find in 2 different libraries and asked everyone that i could get my hands on who knows anything about this sort of stuff and...
  10. Replies
    3
    Views
    3,212

    There isnt a simple line of code i can add then?

    There isnt a simple line of code i can add then?
  11. Replies
    3
    Views
    3,212

    Command to Maximize Window?

    So is there any command i can add to my c programs to make it so when the command prompt-looking window opens it will open to the full screen?
  12. Replies
    23
    Views
    5,402

    Thank you Adak I didn't Turn in your last post in...

    Thank you Adak I didn't Turn in your last post in because well that just wouldn't be right but i did kinda use a modified version of the FOR loops one, ended up using a total of 5 loops :)
    thank...
  13. Replies
    23
    Views
    5,402

    ok so only one more issue that i can see now is...

    ok so only one more issue that i can see now is that with the new code its now doing only user entering 5 correctly but now 1-4 is giving the same results and i understand that it has to do with the...
  14. Replies
    23
    Views
    5,402

    well i actually really like how you put it as...

    well i actually really like how you put it as like an odometer o ive kinda been thinking like that and i saw how your for loop said wheel<2 only giving it the 2 digits i though about adding like a...
  15. Replies
    23
    Views
    5,402

    are we still going for the samething? the digit...

    are we still going for the samething? the digit enter by the user is the number of digits in each combo.
    user enters 3:
    program prints:
    000
    001
    011
    010
    111
    110
    100
  16. Replies
    23
    Views
    5,402

    i think we are trying to do 2 different things...

    i think we are trying to do 2 different things maybe? program should take a number entered by the user (1-5)-the user entered number is the amount of digits total and give and in binary all the...
  17. Replies
    23
    Views
    5,402

    Adak if i remove the scanf() line how will the...

    Adak if i remove the scanf() line how will the program know what the user has entered as far as number of variables?
  18. Replies
    23
    Views
    5,402

    yea sorry that was meant to be 00, 01, 11, 10 and...

    yea sorry that was meant to be 00, 01, 11, 10 and i guess i would choose gray code considering it only changes by one bit each time
  19. Replies
    23
    Views
    5,402

    ok well maybe because its late where i am but i...

    ok well maybe because its late where i am but i can get it to compile and im just not sure but does that for loop statement really take care of all the combinations? i guess now that ive gotten to...
  20. Replies
    23
    Views
    5,402

    ok then just one more and i think i can totally...

    ok then just one more and i think i can totally get the rest
    the 2nd for loop would look like this right?


    for(wheel2 = 0; wheel2<2;wheel2++)

    and thats incrementing wheel2 in the correct way...
  21. Replies
    23
    Views
    5,402

    ok so then now it starts to make a bit more sense...

    ok so then now it starts to make a bit more sense but he only line im confused on would be the:


    getchar(); //hold the console screen open

    line im not sure how to fully use that command, am i...
  22. Replies
    23
    Views
    5,402

    so how could i use those for loops, ive been...

    so how could i use those for loops, ive been messing around for a bit now with ++ lines to incrment by one each time but just cant get it, how would those be stated, this is sad but this is what i...
  23. Replies
    23
    Views
    5,402

    Generating number combinations

    so i need to generate the numbers for the rows on a k-map for a user selected up to 10 total variables meaning 5 digits on the row headers, EX. user enters "4" for the total amount of variables and...
  24. Replies
    0
    Views
    1,998

    K-map Row header generator

    ok so i need a bit of help starting the last problem on my hw (just starting it not doing it) the program we have to make is a row header generator for a k-map with a variable input up to 5 numbers...
  25. Replies
    1
    Views
    3,323

    storing a name with no extra characters

    HI guys,
    this is just a fun little program im kinda bored and working on learning more about C, anyways the program is just supposed o mess with a couple of my buddies so it looks like kinda...
Results 1 to 25 of 37
Page 1 of 2 1 2