Search:

Type: Posts; User: Adian

Search: Search took 0.00 seconds.

  1. Thread: Sick of me yet?

    by Adian
    Replies
    4
    Views
    1,860

    Ahh...

    Cool, thanks. I didn't know that there was a difference between declaring structs in C and ++...

    I tried it the way you did, and in the one line:

    positionfunct->location[a][b] = '@'; //! a...
  2. Thread: Sick of me yet?

    by Adian
    Replies
    4
    Views
    1,860

    Sick of me yet?

    Heh.

    I came to school and got my program to work, thankfully. (novacain, thanks for pointing out that == thing...I must be retarted or something :p Oh, and yeah, its an assignment, though far...
  3. Replies
    4
    Views
    1,041

    oh...

    and thanks for reading and replying to my mesage. :p
  4. Replies
    4
    Views
    1,041

    Yup...

    I've never had any kinds of problems like this before. My programs have always run right(once I work out all the coding bugs, that is. :p )...maybe I should just take it to school tomorrow and try...
  5. Replies
    4
    Views
    1,041

    I have NO IDEA what I've done...

    Ok. I've got this Tic Tac Toe program to write for class, and so far this is what I have:

    /*Include Statements*/
    #include <stdio.h>
    #include <string.h>

    /*Data Structures*/
    struct GAME
    {...
  6. Thread: Little help?

    by Adian
    Replies
    4
    Views
    1,121

    Ugh...

    Thanks for all the help, it got rid of the error. =P My teacher is big on forgetting to tell us what placeholder goes with what variable type (a friend of mine was using %d for float for about a...
  7. Thread: Little help?

    by Adian
    Replies
    4
    Views
    1,121

    Little help?

    I just started a program today, and only got the first function finished when I ran into problems. Just my luck. Anyway, I'm not exactly sure what the problem is, because I have just recently...
  8. Replies
    7
    Views
    1,495

    Ahhhh

    Ahhh, I really didn't think so either, but I figured there was no harm in asking. = )

    Thanks for the input,
    - Pat
  9. Replies
    7
    Views
    1,495

    Can you Spiffy Up Output?

    Hello,
    I just had a (hopefully) simple question. I'm taking a C programming class right now(we're not allowed to use any C++ commands...not even the // comment) and was just curious to see if...
  10. Replies
    2
    Views
    875

    Thanks

    Thanks a lot, that's exactly what I was looking for. :p
  11. Replies
    2
    Views
    875

    Newbie Question...

    I'm trying to write a program that displays output in columns, but I can't figure out how to set the width or anything like that with the cout command. I think there is a command like setwidth() or...
Results 1 to 11 of 11