Search:

Type: Posts; User: JustinH

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    979

    TEAM is A struct of name wins losses and score

    TEAM is A struct of name wins losses and score
  2. Replies
    5
    Views
    979

    Didn't fix it, that's what I had before... I...

    Didn't fix it, that's what I had before... I added those opens cause I thought that was what was wrong...
  3. Replies
    5
    Views
    979

    binary read and write

    Please help, I have the two functions to read the binary and write. Its writing something because its no longer empty but when i read it all my variables are zero or reset to default. I have...
  4. Replies
    0
    Views
    817

    HTML color text cycler

    Hey does anyone know the HTML code to cycle a word or two. Looking to make a banner scroll through diffrent colors but cant find a site with the code.
  5. Replies
    15
    Views
    1,839

    I'm writing in C90. I like C++ so much better...

    I'm writing in C90. I like C++ so much better than C though.
  6. Replies
    15
    Views
    1,839

    Yeah that's why... When you create the source...

    Yeah that's why... When you create the source file name it something.c to make it a C source file not C++
  7. Replies
    15
    Views
    1,839

    Fixed it, was messing around with it and found...

    Fixed it, was messing around with it and found that in C you can't initialize a viable in the code unless it's at the top. So column in the for loop was not allowed. That came later in C++.
  8. Replies
    15
    Views
    1,839

    The error is column is an undeclared identifier

    The error is column is an undeclared identifier
  9. Replies
    15
    Views
    1,839

    I use IOS on my iPad. May e it's just VC screwing...

    I use IOS on my iPad. May e it's just VC screwing up. I'll try opening it in a new project.
  10. Replies
    15
    Views
    1,839

    That's is what I did, don't know why it showed up...

    That's is what I did, don't know why it showed up like this. Anyway can someone help me with the code?
  11. Replies
    15
    Views
    1,839

    Idk why the code looks all weird... Let me know...

    Idk why the code looks all weird... Let me know how to fix it. The instructions for how to post code are terrible.
  12. Replies
    15
    Views
    1,839

    Syntax error help

    Hey im getting a syntax error with my variable column I think it has something to do with initilizing it or something. Any help to fix this error would be nice thanks for your time!



    #include...
  13. Replies
    10
    Views
    979

    That much? Wait you do understand I know how to...

    That much? Wait you do understand I know how to make the struct right? I just don't get how to convert the condition statements and stuff on the if loops.
  14. Replies
    10
    Views
    979

    Sweet that's what I was looking for thanks. When...

    Sweet that's what I was looking for thanks. When I get some time I'll work it in. I'm just doing this as a side project of my own to get better at it.
  15. Replies
    10
    Views
    979

    Well this was something I wrote a while ago and...

    Well this was something I wrote a while ago and last week our teacher fought us structs so I figured I could practice by converting this to a struct....

    Could I just change the if else statements...
  16. Replies
    10
    Views
    979

    Need help coverting this into structs

    Your struct should be as follows




    char

    Name
    Horse One
  17. Replies
    4
    Views
    1,067

    You think don't I didn't know that? That's not...

    You think don't I didn't know that? That's not the question I had. The problem was in the %c when reading in a char,
  18. Replies
    4
    Views
    1,067

    Help please

    Help please
  19. Replies
    4
    Views
    1,067

    Need help reding in struct

    Ok so this is what i have so far... Its about done for what i can see but im having problems when it gets to the reading in gender. Im assuming that i have syntax problems with readin in the name and...
  20. Thread: Please Help

    by JustinH
    Replies
    7
    Views
    1,295

    Sorry I think some of you didn't understand what...

    Sorry I think some of you didn't understand what I was asking for. I worded it all weird. I have I think all but the directions to go off of. When I get home I'll post my code I have. Thanks for the...
  21. Thread: Please Help

    by JustinH
    Replies
    7
    Views
    1,295

    I'm on my iPad so I can get my code so far, but I...

    I'm on my iPad so I can get my code so far, but I have the grid as a char array

    grid[70][25]

    And that will give me a grid. But when i get a word from the user and place it into my array of...
  22. Thread: Please Help

    by JustinH
    Replies
    7
    Views
    1,295

    Then can I get any help with the function that...

    Then can I get any help with the function that would place the word from left to right on the grid.
  23. Thread: Please Help

    by JustinH
    Replies
    7
    Views
    1,295

    Please Help

    I'm in a group of 4 and need to make this program in C. The other three have no idea what there doing. I have a good idea but the entire program is hard for me to grasp.

    Please could anyone code...
Results 1 to 23 of 23