Search:

Type: Posts; User: Master_Rondal

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,231

    How do I...?

    OK,
    I am interested in game programming. But the only language i feel comfortable with is C...I have made a lengthy RPG using if-else statements and function calls...i was wondering how to use C's...
  2. How do i become something other than a junior member?

    How do i become something other than a junior member? I have been here for a while, posted several threads and put out a couple of replies....how do I upgrade my member status?:D
  3. Replies
    35
    Views
    6,896

    Is DMA really worth it?

    In todays computer world, with massive quantities of memory,
    is dynamic memory allocation really worth the hastle? Computers have so much memory that a couple megabytes should not make a...
  4. you could probably use the strcpy(); but you...

    you could probably use the strcpy();

    but you would have to use the sting.h header file
  5. well well i recompiled my old program and it...

    well well

    i recompiled my old program and it worked!!!
    guess it was an OS error...i am using windows after all...:D
  6. i checked for typos and used an exit(1); the...

    i checked for typos and used an exit(1);

    the code was

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

    main()
    {
  7. why wont MS Visual C++ understand my #include

    I use MS MS Visual C++ and save with the extension .c when I program in C...I want to use the exit() function and MS Visual C++ wont understand my #include <stdlib.h>...WTF!!!

    :confused:
  8. Replies
    3
    Views
    1,037

    i am a novice C programmer and i was just...

    i am a novice C programmer and i was just wonderin ...sorry...i'm new to this site as well...but i have another question...i program C out of MS visual C++ and wanted to use the exit() function...but...
  9. Replies
    3
    Views
    1,037

    How do i search for files with C

    Hi
    I was just wondering the code to search for....lets say the date...without haveing to prompt the user to enter it...how is it done?...


    Thank You

    :D
Results 1 to 9 of 9