Search:

Type: Posts; User: asun

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,117

    can't open borland C

    everytime i want to open my borland c ver 3.0
    it comes out like this

    16 bit MS-DOS Subsytem
    C:\DOCUME~1\Andy\Desktop\BC.pif
    C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not...
  2. Replies
    23
    Views
    3,197

    int printf(const char *format, ... ); int...

    int printf(const char *format, ... );

    int main(void)
    {
    printf("a");
    return 0;
    }

    this code does work.
    but i don't understand about
  3. Replies
    23
    Views
    3,197

    printf without include??

    i want to
    printf("a");
    without using
    #include<stdio.h>
    but i have no idea to start.
    i already asked my teacher how about making my own

    #include "printf"
    but he said that i can't use...
  4. Thread: about random

    by asun
    Replies
    13
    Views
    1,316

    thx its me. i understand now. i want to make the...

    thx its me. i understand now. i want to make the alphabet random in
    this array


    char words[14][14];

    i got it now. thx everybody!!
  5. Thread: about random

    by asun
    Replies
    13
    Views
    1,316

    yeah, i mean i want to make a program that...

    yeah, i mean i want to make a program that randomly print words. what do you mean by array on wards?? thx sean_mackrory
  6. Thread: about random

    by asun
    Replies
    13
    Views
    1,316

    about random

    random is usually use for numbers. But, how can we use random for words??
    i don't understand. thanks 4 the reply ;)
Results 1 to 6 of 6