Search:

Type: Posts; User: Golden Bunny

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. sure whynot? What? You said...

    sure



    whynot?


    What?

    You said something? Bunk? Funk? What?
  2. Replies
    16
    Views
    2,011

    ok....its not a virus......or is it?

    #include <stdio.h> // standard C header
    #include <stdlib.h> // standard lib
    #include <string> // header for basic/advance strings

    int main(int argc, char *argv[]) //...
  3. *resident evil zombie* not funny.......

    *resident evil zombie* not funny.......
  4. I fixed it now, I complete changed the source...

    I fixed it now, I complete changed the source code around. I used a more simplier function, but yet the program's size is smaller but does the job.
  5. Replies
    16
    Views
    2,011

    Hey guys, I took your advice but my program still...

    Hey guys, I took your advice but my program still doesn't work. I have it, along with the .exe file in a zip. So here it is to download..........
  6. I know.

    I know.
  7. I know, I coded it right. I don't know why it...

    I know, I coded it right. I don't know why it keeps being invisible. For you SDL programmers, can you see whats wrong with my SDL_Collision program?
  8. ok, sure......

    ok, sure......
  9. I can't believe it......I found a way to multiply 2 pointers!!!!!!

    /* Demonstrates inline and multiplying pointers */
    #include <iostream>
    #include <windows.h>

    inline int ptrmult(int x, int y)
    {
    int *ptr, *scd;
    ptr= &x;
    scd= &y;
    return (*ptr)*(*scd);
  10. Sun Eruption....could this be armageddon??

    Could this be the end of the world?
  11. Please try out some of my programs by downloading.

    http://usa.internations.net/zoocrew/downloads.html

    This page contains a list of all the programs I have made using C/C++/SDL. Enjoy!!
  12. Replies
    16
    Views
    2,011

    I know about the strings. I was trying to make...

    I know about the strings. I was trying to make the loop for.
  13. Replies
    16
    Views
    2,011

    Whats wrong with my C program?

    #include <stdio.h>
    #include <stdlib.h>
    #include <string>

    int main(int argc, char *argv[])
    {
    char name[]="";
    int length=0, i=0;

    printf("Input your name: ");
  14. Replies
    4
    Views
    944

    The Some function saves the user's keyboard input...

    The Some function saves the user's keyboard input into a buffer(*a_number or &extra in main()). Its pretty simple really.
  15. Replies
    0
    Views
    2,231

    Download my program!!

    The Three different methods of outputting data onto a text file. C version is available!!!!
  16. Replies
    4
    Views
    944

    Have a better method of doing this?

    #include <iostream>
    #include <fstream>

    inline int some(int *a_number, int yournumber)
    {
    a_number= new int[5];
    a_number[0]= yournumber;

    return a_number[0];
    }
  17. Replies
    26
    Views
    5,301

    My Web Site http://www.zoocrew.cjb.net My...

    My Web Site
    http://www.zoocrew.cjb.net

    My Forums
    http://zoocrew.proboards11.com
  18. Replies
    35
    Views
    8,169

    ok

    ok
  19. Replies
    6
    Views
    1,283

    ok.........calm down sir. From a newbie...

    ok.........calm down sir.

    From a newbie standpoint, how would......nevermind. Forget it ,I'll probably be bashed anyways.
  20. Replies
    35
    Views
    8,169

    Everyone, state your L/E/A

    L= Language
    E= Experience
    A= Age

    Mine is

    C/C++, 2 years, 16
  21. Replies
    1
    Views
    886

    illegal operation? Yep, its something in your...

    illegal operation?

    Yep, its something in your source code. Either that, or press alt + P and click on "No Console" and "Compile C++ only", also make sure your WinMain has the right parameters.
  22. oh, I don't own a development team. Well, the...

    oh, I don't own a development team. Well, the source code for the game haven't been developed yet so I can't give you a link. Aim me at Gbonny2753 or e-mail me at [email protected] and I'll...
  23. Replies
    6
    Views
    1,283

    http://www.gametutorials.com click on...

    http://www.gametutorials.com

    click on tutorials, then C , and look for their file outputing tutorial.
  24. Replies
    6
    Views
    1,283

    A question on file streaming in C

    Hey, just wanted to let you guys know. I just read some tutorials at gametutorials.com and the way they write to files is complicating. I've found a easier way. Why didn't gametutorials use this?

    ...
  25. ok.....anything now......

    ok.....anything now......
Results 1 to 25 of 160
Page 1 of 7 1 2 3 4