Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: need help sa C

  1. #11

    Default Re: need help sa C


    bai..mu dagan na jud xa
    ako ra gi adjust ang ONE_SECOND

    bai kahibaw mu ana library2x?

    gusto man gud ko nga ako questions sa game naa ra sa usa ka storage nya ma access ra nako
    kita ko sa usa ka code header file ila questions nya inig generate niya ba, randomize pero gikan sa header file
    as of now ako ra xa gi tagsa2 ug function dayun gi sulod ug array pero para nako samok siya tan.awon
    taas2 lang sa code.

    patudlo unta ko.

    ty bai

  2. #12

    Default Re: need help sa C

    mao ni ang questions.h... kadtong header file na imong giingon. anhi nimo i store imong questions sa usa ka array of char pointers. then usba lang ang defined NO_OF_QUESTIONS na value to kung pila man gani na kabook imong questions.

    /*questions.h*/
    #ifndef _QUESTIONS_H_
    #define _QUESTIONS_H_
    #define NO_OF_QUESTIONS 10Â* Â* Â* Â*

    char* questions[NO_OF_QUESTIONS] =
    {
    "Question 1?",
    "Question 2?",
    "Question 3?",
    "Question 4?",
    "Question 5?",
    "Question 6?",
    "Question 7?",
    "Question 8?",
    "Question 9?",
    "Question 10?"
    };

    char* get_question(int number) {return questions[number]; };
    #endif


    mao ni ang imong main or ang mu access sa imong questions.

    /*questions.c*/
    #include <stdio.h>

    #include "questions.h"

    main()
    {
    int question_no;
    printf("\n");
    for (question_no = 0; question_no < NO_OF_QUESTIONS; question_no++)
    {
    printf("%s", get_question(question_no));
    printf("\n");
    }
    return 0;
    }

    ana lang na bay. dali lang. good luck bay!

    note: i think mas maau jud kung ang imong questions i store nimo maski sa external file lang or sa resource file. kanang para dali lang if ever ganahan ka mag add ug questions in the future dili na ka kailangan mag compile balik sa imong program. pero i try lang usa ni nga way kaning sa header file i butang. mas dali man sad ni himuon sad. have fun programming! :mrgreen:

  3. #13

    Default Re: need help sa C

    bai..salamat au bai...may kay daghan mutabang diri

    naa ko i pm nmu bai

  4.    Advertisement

Page 2 of 2 FirstFirst 12

Similar Threads

 
  1. need help sa linux be version 9
    By kermesh in forum Computer Hardware
    Replies: 3
    Last Post: 03-01-2013, 03:10 PM
  2. Guys need help sa business na carwash
    By mack0y in forum Business, Finance & Economics Discussions
    Replies: 7
    Last Post: 01-29-2013, 12:41 AM
  3. internet cafe business, need help sa specs?
    By jaytol23 in forum Networking & Internet
    Replies: 19
    Last Post: 04-22-2012, 12:38 AM
  4. guys i need help sa mga famous in guitars & effects
    By casterTroy in forum Music & Radio
    Replies: 37
    Last Post: 08-27-2007, 06:43 PM
  5. need help...sa akong mobo sound card
    By Fern in forum Computer Hardware
    Replies: 18
    Last Post: 06-19-2007, 04:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top