Search:

Type: Posts; User: maxmath

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    3,989

    Try opening the file with a dos prompt instead of...

    Try opening the file with a dos prompt instead of with the file explorer.

    Start -> Run -> Command
  2. Replies
    2
    Views
    1,803

    It'll be great to have a book that teach you how...

    It'll be great to have a book that teach you how to program...

    The way I learn to program (might not be the best, but I works for me) is to break a program into managable smaller pieces and work...
  3. Thread: char*

    by maxmath
    Replies
    2
    Views
    1,124

    Thanks. I changed the function to this...

    Thanks.

    I changed the function to this instead:


    char *cg_date (int t)
    {
    static char gtm[255];

    char *mon_name[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep",...
  4. Thread: char*

    by maxmath
    Replies
    2
    Views
    1,124

    char*

    Hi there,

    I know pointers are messy, but can someone tell me what is wrong with this code. Do I need to use malloc, calloc, etc to initialize my char*?

    By the way, is there an easier way to...
Results 1 to 4 of 4