Search:

Type: Posts; User: real_cozzy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,675

    Beginning Graphics

    I'm a C programmer and would like to learn the basics of how to do things like plot and move things on the screen. My compiler is MS Visual Studio 2010. If you could point me to any good resources...
  2. Replies
    6
    Views
    2,954

    Include file attachment

    nflsim.h

    compile it with runpass.cpp

    comments?
  3. Replies
    6
    Views
    2,954

    Run, Pass, FG, Punt Code

    Here's an attachment with the code for

    Run, Pass, FG, Punt, with a bare bones main program to excercise each.

    This post has the .cpp file, next post will have the .h file.
  4. Replies
    6
    Views
    2,954

    Here is the source code. Hope the attach works...

    Here is the source code. Hope the attach works this go around!
  5. Replies
    16
    Views
    5,641

    Still get three errors, even with the #include...

    Still get three errors, even with the #include <iostream.h> statement in the file. It doesn't like the textcolor() statement, along with the Color references. What gives?

    ...
  6. Replies
    16
    Views
    5,641

    What about Visual C

    // This doesn't compile for me in Visual C.

    #include <stdlib.h>
    #include <stdio.h>
    #include <time.h>
    #include <conio.h>


    int main()
    {
  7. Replies
    6
    Views
    2,954

    Add to my football strategy text game

    I created a text based football strategy game. I want to see if someone can come up with a better PlayAlgorithm() than me. We can compete to see who's Algorithm does better. By PlayAlgorithm() I...
  8. Replies
    2
    Views
    1,330

    Basic Windows Program

    Where can I get a sample (template) of how to make a windows program, using Visual C. All I want to do for now, is create a window and put some basic graphics/text in it.

    Thanks,

    RC
  9. Replies
    0
    Views
    2,978

    Football simulation strategy

    Anyone interested in writing some C code as part of a football strategy program. You will write the strategy used for whether your team will run, pass, kick a field goal or punt, depending on...
Results 1 to 9 of 9