Search:

Type: Posts; User: cBegginer

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,170

    Ok..i will try it out..thanks

    Ok..i will try it out..thanks
  2. Replies
    5
    Views
    1,170

    Sorry bout that.. Here is part of my code ...

    Sorry bout that..
    Here is part of my code


    while (fgets(read_line, 100, in) != NULL)
    {

    for (i=0; i<strlen(read_line); i++)
    {
    /* i think my logic here is wrong */
  3. Replies
    5
    Views
    1,170

    problem with string delimeter

    Hi, i wanna know how to tokenize the string out of delimeter('--').For example:

    aaa bbb-ccc -- eee fff ggg

    The question i want to ask is, i want to token the word aaa bbb-ccc out, but
    i am...
  4. Replies
    3
    Views
    1,049

    thanks..anyway..i solved it...

    thanks..anyway..i solved it...
  5. Replies
    3
    Views
    1,049

    I am not asking u to give me a solution..i jus...

    I am not asking u to give me a solution..i jus asking how to solve it..like tips..cos i stuck all the half way..by the way..thanks for reading my post..
  6. Replies
    5
    Views
    1,095

    hi Dave_Sinkula i got question here..what does...

    hi Dave_Sinkula i got question here..what does this code of ur's mean



    if ( ++i >= sizeof p / sizeof *p )
    {
    break;
    }
  7. Replies
    3
    Views
    1,049

    reading random file

    hi, i currently doing a program that can read from output file that i had created.Here is my problem : how do i read in randomly into struct
    by the way i am using fread because i wanna read a binary...
  8. Replies
    3
    Views
    1,328

    yea..thanks for reply..but because i need to read...

    yea..thanks for reply..but because i need to read in the file and store in struct and later on i will be able to write back to binary file format and if i using unsigned char will the output will be ...
  9. Replies
    3
    Views
    1,328

    help with memory size

    hey..i m having trouble with fixed-length format..suppose i wanna create a struct to store my variables n later on convert it into binary file format from raw text file like below :

    /* this only...
  10. Replies
    8
    Views
    1,231

    thanks

    hey..guys thanks for helping me out..
  11. Replies
    8
    Views
    1,231

    hey man..sorry..i had type wrong the original...

    hey man..sorry..i had type wrong the original output..n the code had been edited..sorry..
  12. Replies
    8
    Views
    1,231

    hi..stuck in sorting

    hi..i try to implement the bubble sorting where it read from file..i mean line by line then break into token..it can break into token but it can't sort the words..
    Eg. input


    "this is a string"...
  13. Replies
    3
    Views
    2,199

    ok..i get it..thanks both of u..

    ok..i get it..thanks both of u..
  14. Replies
    3
    Views
    2,199

    Character problem!!

    Hi everyone, i kind of having trouble here with character copy. I currently building an linked list where stored character by character not word by word, i don't quite understand how to implement it....
  15. Replies
    1
    Views
    1,269

    hii..switch and case

    Hi..everyone..i got 1 question..Insted of using switch and case to do our control, do we have any choice to do it..yea..i know we can use while loop..can gave some tips or advice for using while...
  16. Replies
    13
    Views
    3,897

    hey thanks friends..i solve my problem..thanks...

    hey thanks friends..i solve my problem..thanks alot..
  17. Replies
    13
    Views
    3,897

    problem with segmentation fault

    Hi..everyone..i had trying to solve this problem but i really can't because i don't have any experience with C core dumped.Below is a program that can be compile but after exceution i get ...
  18. Replies
    6
    Views
    1,160

    ok..thanks

    ok..thanks
  19. Ok..Thanks for helping me..i appreciate it alot...

    Ok..Thanks for helping me..i appreciate it alot...
  20. Need abit help about link list and structure..thanks

    i got another question let say i want to load my data from the database..i got stuck on the link list part..below this is only a sketch code..can give some advise..thanks a lot


    #include...
  21. Replies
    6
    Views
    1,160

    oo..ok..thanks..alot

    oo..ok..thanks..alot
  22. Replies
    6
    Views
    1,160

    need help about structure..Thanks

    hi..i am very beginner with c structure and i don't how to deal with complex struct as follow


    typedef struct saleStruct
    {
    struct tm date;
    int quantity;
    float price;
    struct...
  23. Replies
    6
    Views
    1,016

    ooo..ookok..thanks alot buddy..

    ooo..ookok..thanks alot buddy..
  24. Replies
    6
    Views
    1,016

    issit i should add sample.size++; or declared...

    issit i should add sample.size++; or declared another variables inside that count the size in the main function.
  25. Replies
    6
    Views
    1,016

    ok..then wer should i add it?

    ok..then wer should i add it?
Results 1 to 25 of 36
Page 1 of 2 1 2