Search:

Type: Posts; User: kreyes

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,289

    how bout this one?

    i tried making a code diff.from the last one i posted....do you think this one's better?


    void viewkey(ptrGNode pGame,structGame sGame)//searches the list of questions
    { ptrGNode pRun;...
  2. Replies
    7
    Views
    1,289

    i tried that thing too both --takin out the while...

    i tried that thing too both --takin out the while then the for..but still it doesnt work.....?????HEEELLPPPP!

    also,whenever i enter lets say ( the dog)..it prints out a series of not_found...
  3. Replies
    7
    Views
    1,289

    ive tried that too..but still its not...

    ive tried that too..but still its not workin...hmmm.what couldve possibly be wrong???:(
    do have any other alternative algo in mind??:confused:
  4. Replies
    6
    Views
    1,193

    fine if you dont want to believe!:rolleyes: i...

    fine if you dont want to believe!:rolleyes:
    i thought it wasnt posted so i had to type it all over again..so what if its all with diff.titles am i suppose to remember the last one??!:mad: .... if...
  5. Replies
    7
    Views
    1,289

    ive tried doing it but it still wont work..the...

    ive tried doing it but it still wont work..the code is as follows below......

    int find(ptrGNode pGame)
    { ptrGNode pTemp;
    int nCtr,i,j,k,l,m,nVal;
    str70 strTemp;

    char sKey[31];
    int...
  6. Replies
    6
    Views
    1,193

    Thnks solved the problem already....believe me...

    Thnks solved the problem already....believe me its the hanging of our server that made me double post ...i thought it didnt went through so i posted it consecutively....i meant no insult to anybody!!!
  7. Replies
    3
    Views
    1,100

    anyway,dont wana argue or anythin coz i already...

    anyway,dont wana argue or anythin coz i already fixed the code myself..thanks anyway for your COMMENT!!:rolleyes:
  8. Replies
    3
    Views
    1,100

    hey,sorry ok there's sumthin wrong with my...

    hey,sorry ok there's sumthin wrong with my server(it keeps on hanging) so whenever i refresh it i thought it was gone already so i posted it all bak again....some of which are edited...ill delete my...
  9. Replies
    3
    Views
    1,100

    Why does it print blank ?

    ive got a problem with this code,it doesnt seem to generate the question i initialized,it keeps on printin either garbage/blank spaces..any suggestions on this pls..?



    ...
  10. Replies
    6
    Views
    1,193

    Why does it print blank/garbage???

    how come this generates blank??
    ive got a problem with this code,you see when i run it the questions dont seem to come out thoughit was initialized already,,am usin a linkedlist is there somethin...
  11. Replies
    4
    Views
    1,067

    It worked!!! thanks i know the problem i forgot...

    It worked!!! thanks i know the problem i forgot to use the = instead of ==.
    thanks again!!!:cool:
  12. Replies
    4
    Views
    1,573

    ive already fixed the code thing---- sorry,hope...

    ive already fixed the code thing---- sorry,hope you can help:(
  13. Replies
    7
    Views
    1,289

    Searching a keyword...

    Im kinda atlost with programming with this: gven a keyword,it will search for any instances of it in a string of Questions until the questions are null,if it finds an instance of it ,it will display...
  14. Replies
    4
    Views
    1,067

    the semicolon thing ws just a typographical error...

    the semicolon thing ws just a typographical error ....i tried omittin return 0 but it still wont work..do u still have any ideas how could i pass it in main coz i want it to be incorporated in my...
  15. Replies
    4
    Views
    1,067

    how to pass this code in main?

    Ive got a problem with this code,you see it works when it is not passed ,but when i try to pass it in main the supposed to be tree design doesnt work anymore..how do i pass this in main?(I did this...
  16. Replies
    4
    Views
    1,573

    Here is the game part of the program...i hope you...

    Here is the game part of the program...i hope you could look into whats wrong with my paramter passing here thanks....:>

    /* Name: Program name:
    Description: This program is a simplified...
  17. Replies
    4
    Views
    1,573

    What could have possibly caused this garbage?

    Hi!im workin on a millionaires game ryt now and the problem is that when i call the questions i made in the game part,it prints out nothing or sometyms prints out garbage...whats wrong with it?do i...
  18. Replies
    5
    Views
    5,293

    thanks for the reply..when i opened the...

    thanks for the reply..when i opened the attachment it kinda opened up as some sort of blurred text..anyway,im not that good in manipulating still stuffs like this so if you still have any suggestions...
  19. Replies
    5
    Views
    5,293

    hi! i did the (ptrGNode) thing in hte malloc and...

    hi! i did the (ptrGNode) thing in hte malloc and all is fine now no errors but still it has segmentation fault!!how come what might be the possible cause of this here???
  20. Replies
    3
    Views
    2,082

    yeah but what i mean is that i want to convert...

    yeah but what i mean is that i want to convert that txt or whatever it is to a readable source code i just dont know which program to open it to coz of its nbs extension...?
  21. Replies
    6
    Views
    3,304

    ummm,can you like make a sample source code of...

    ummm,can you like make a sample source code of that coz im kinda a newbie??pls.:)
  22. Replies
    3
    Views
    2,082

    what an nbs extension???

    help!!i have saved a file which when i copied had an .nbs extension now i dont know which extension shld i convert it or open it to coz i want to view its code in a notepad?
  23. Replies
    6
    Views
    3,304

    uhm..all i know is that im usin Linux C...

    uhm..all i know is that im usin Linux C compiler.......i was wonderin how to make exact code for the graphs which i was told that can be done usin some loops???:confused:
  24. Replies
    2
    Views
    4,241

    ok ill try that code ...anyway,i have inlcuded my...

    ok ill try that code ...anyway,i have inlcuded my typedef declarations for the above code of mine:

    typedef char str20[21];
    typedef char str70[71];

    typedef struct
    {
    str70 strQuestions;...
  25. Replies
    2
    Views
    4,241

    how to search a keyword in C?

    im tryin to make a code that given a keyword it will search for its instances in all the Questions(take note that words in the question are seperated by a space)-my code here runs but doesnt seem to...
Results 1 to 25 of 28
Page 1 of 2 1 2