Search:

Type: Posts; User: jerico

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,154

    i mean how it is contruct. void color(int...

    i mean how it is contruct.

    void color(int colorNum)
    {
    //colors
    HANDLE hConsole;
    hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
    ...
  2. Replies
    5
    Views
    4,154

    i need an explanation about the syntax of this: ...

    i need an explanation about the syntax of this:


    void color(int colorNum)
    {
    //colors
    HANDLE hConsole;
    hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
    ...
  3. Replies
    5
    Views
    4,154

    help for COLOR and GOTO function

    Guys, good day.
    i got this code and it runs but i didn't gets its syntax.
    anyone have an explanation or data about this?
    thanks.
    i am using bloodshed dev c++ compiler
    you are very much...
  4. Replies
    2
    Views
    2,873

    my first while loop is for reading all the...

    my first while loop is for reading all the characters in the text file and the another (do while) is for viewing my desire line in the notepad.

    where will i place the loop?
  5. Replies
    2
    Views
    2,873

    Need help in file processing output

    thanks for those who helped me.
    i have another problem but this time i have an output but incorrect character.
    i have a text file(note pad) containing this sentence:
    "stay extending from ship's...
  6. Replies
    18
    Views
    7,303

    thanks Sir Adak ill just study it first. thanks...

    thanks Sir Adak
    ill just study it first.
    thanks a lot.
  7. Replies
    18
    Views
    7,303

    I'm from Philippines. You can post anytime your...

    I'm from Philippines.
    You can post anytime your reply, i'll just comment. the time zone here is GMT +8.

    thanks.
  8. Replies
    18
    Views
    7,303

    Word Definition aba ...

    Word Definition
    aba garment of camel or goat hair; camel or goat-hair fabric
    abacinate to blind by putting red-hot copper basin near the eyes
    abactor ...
  9. Replies
    18
    Views
    7,303

    no, i have 3 more days to do it. ty i'll wait...

    no, i have 3 more days to do it. ty
    i'll wait your reply.
    thanks
  10. Replies
    18
    Views
    7,303

    i do understand what you want to do. but that...

    i do understand what you want to do. but that paragraph...
    how i can put all words into the right file without doing cut and paste at the notepad?

    thanks for your post it helps alot!
  11. Replies
    18
    Views
    7,303

    Bump bump

    Bump bump
  12. Replies
    18
    Views
    7,303

    sorry for that. can you help me correct my...

    sorry for that.
    can you help me correct my codes?
    Or can you give me some informations that will help to debug this program?
    thanks.
  13. Replies
    18
    Views
    7,303

    printf("Type a word:\n"); gets(word); while...

    printf("Type a word:\n");
    gets(word);

    while (fgets( word, sizeof(word), fp ) != NULL)
    // compare the first word of word with your search word

    c = strcmpi(word, "aba");
    ...
  14. Replies
    18
    Views
    7,303

    I shortened a.txt into this just for example. ...

    I shortened a.txt into this just for example.

    Word Definition
    aba garment of camel or goat hair; camel or goat-hair fabric
    abacinate to blind by putting red-hot copper basin...
  15. Replies
    18
    Views
    7,303

    Help in Dictionary Program

    Good day!

    I am only a beginner at c programming and I need some help to clarify the correct use of fseek function. Here is my program this is only for letter a:



    #include <stdio.h>
    #include...
Results 1 to 15 of 15