Search:

Type: Posts; User: nicocannon1

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    515

    Pointer and array help!

    I am reading through a C book and I am up to 'pointer equivalency' and I am having trouble with this code snippet:


    int i, array[10];
    int *pointer, *intPtr;

    pointer = array;
    i = 4;

    //I...
  2. Replies
    16
    Views
    4,287

    Guys I'm not learning c to learn c++. I'm just...

    Guys I'm not learning c to learn c++. I'm just not learning c++ because that is what I am going to learn at uni later on. I'm learning c to become a better programmer.
  3. Replies
    16
    Views
    4,287

    Yeah so where can I learn it?

    Yeah so where can I learn it?
  4. Replies
    16
    Views
    4,287

    Is is possible to make a game in c? should I use...

    Is is possible to make a game in c? should I use allegro? if so where can I learn to use allegro with c?
  5. Replies
    16
    Views
    4,287

    well Im doing c now because I am going to learn...

    well Im doing c now because I am going to learn c++ in the future and knowing the base(c) is going to be better. I just want to make simply games for fun.
  6. Replies
    16
    Views
    4,287

    Ok where can I find some good stuff with allegro...

    Ok where can I find some good stuff with allegro and c. All my searches are just bringing up c++ stuff.
  7. Replies
    16
    Views
    4,287

    Tutorial on making games in C

    Hello. I have been searching around for a book or tutorial about programming a game in c. A lot of the stuff is describing the steps on how to make a game and not actually getting in to the code. Im...
Results 1 to 7 of 7