Search:

Type: Posts; User: Zocheyado

Search: Search took 0.00 seconds.

  1. okay so im just fuzzy on a few things currently I...

    okay so im just fuzzy on a few things currently I have which i THINK is correct, but so I have this struct setup, how can I add this to my student struct? and when running the program what would the...
  2. Link Lists of Structures within Structures...

    Sorry if the title was confusing ( im a little confused! ) Was wondering if anyone know how to dynamically set up a link list in C. Basically i have a structure (students) which have two data pieces,...
  3. Replies
    5
    Views
    4,667

    I have no idea if this will work yet (rough...

    I have no idea if this will work yet (rough draft) can only compile on school computers. was mostly wondering just how to implement eof in general....but here is code


    /* Calvin Moss
    CSCI 112...
  4. Replies
    5
    Views
    4,667

    End of File (eof)

    Basically I am reading in from a file and I am wondering how i can stop my while loop when i reach the end of my file. I looked up eof and even on the cprogramming.com website i read about eof and i...
  5. Replies
    14
    Views
    4,886

    Ty for all the help guys!

    Ty for all the help guys!
  6. Replies
    14
    Views
    4,886

    I hardly see how learning open gl at this point...

    I hardly see how learning open gl at this point is putting the horse before the cart, you can use open gl in C which we know, i guess i just dont know what we should be learning as a pre requisite...
  7. Replies
    14
    Views
    4,886

    Thanks for all the info, we are trying to figure...

    Thanks for all the info, we are trying to figure out as much as we can before we jump in and actually write any code, currently reading a rather lengthy book on openGL and game development (about 200...
  8. Replies
    14
    Views
    4,886

    To clear this up I just thought i would say that...

    To clear this up I just thought i would say that we know C, we just are unsure of the differences between C and C++ and if there was any real advantage to learning, We also don't want to go the way...
  9. Replies
    14
    Views
    4,886

    So if i chose the route of openGL because we wish...

    So if i chose the route of openGL because we wish for 3d, does anyone have a current good book we could buy? thanks for any info!
  10. Replies
    14
    Views
    4,886

    About Game Programming in C/C++

    So, currently me and my 4 friends are all sophomores in Computer Science and we are all working the same job during the summer at a help-desk so moral of the story is we will all be able to program...
  11. Replies
    2
    Views
    766

    Program freezing up?

    So I cant tell exactly what is happening here but for some reason my program just ends randomly. I have nested for loops, i have one big loop that runs 3 times, and 3 inner for loops that each run 7...
  12. Replies
    4
    Views
    958

    AAhhh that was it, thank you

    AAhhh that was it, thank you
  13. Replies
    4
    Views
    958

    well cannot return because it is my assignment to...

    well cannot return because it is my assignment to not do it that way ^^, in terms of my assignment its pretty trivial i just must have missed when he mentioned how to do it =/. he talked about it...
  14. Replies
    4
    Views
    958

    Passing by reference...or by value....

    Basically im still learning about the two but im trying to do something. basically i have 2 files. in the first i have


    int taco;
    someFunctionCall(taco);

    Then in the someFunctionCall i have ...
  15. Replies
    4
    Views
    798

    Awesome that fixed it, got more errors :p first...

    Awesome that fixed it, got more errors :p first compile attempt but you rock!@

    *edit* while you guys are looking :), anyone know the easiest way to reference a method in a different c file,...
  16. Replies
    4
    Views
    798

    Really need some help

    trying to figure out why i am getting error "error expected ';' before ':' ." it is referencing my switch statement, case 1 line 15 any ideas?

    /*Calvin Moss CSCI 112
    */


    #include <stdio.h>...
Results 1 to 16 of 16