Search:

Type: Posts; User: Omnipotent

Search: Search took 0.01 seconds.

  1. Thread: string

    by Omnipotent
    Replies
    5
    Views
    1,185

    this is not a home work,I'm just trying to...

    this is not a home work,I'm just trying to understand a code if you could help?

    by the way where is doc located?I'm new to string functions.
  2. Thread: string

    by Omnipotent
    Replies
    5
    Views
    1,185

    string

    Not tequired
  3. Replies
    7
    Views
    6,298

    Thank you for asking so many questions. That's...

    Thank you for asking so many questions.
    That's not my code.I was trying to understand the usage of strtok().I'm a beginner hence was expecting some explanation from your side.
  4. Replies
    7
    Views
    6,298

    Could anyone explain how my code is performing as...

    Could anyone explain how my code is performing as per man page mentioned in above reply?
  5. Replies
    7
    Views
    6,298

    strtok function

    Here is the sample code:
    ==========================================================


    /* strtok example */
    #include <stdio.h>
    #include <string.h>

    int main ()
    {
  6. Replies
    11
    Views
    3,378

    I have already googled a lot.Didn't find anything...

    I have already googled a lot.Didn't find anything effective.Could you tell me the link?
  7. Replies
    11
    Views
    3,378

    Program Not working

    No errors but my puzzle is not working.Could you tell me how to write a code for suduko solver in C??
  8. Replies
    11
    Views
    3,378

    1 error

    still left with line 48 error after removing const
  9. Replies
    11
    Views
    3,378

    What's wrong with this code?

    I'm getting the following three errors at the time of compilation:
    C:\C programs\sudukonotepad.c In function `solve':

    41 C:\C programs\sudukonotepad.c [Warning] passing arg 1 of `display' from ...
  10. Replies
    11
    Views
    3,378

    Suduko Puzzle using C

    I have to solve a Suduko Puzzle using C.Please tell me how to proceed?

    I have 16 notepad files consisting of easy,medium and har puzzles.How to make a program in order to solve the suduko puzzle...
Results 1 to 10 of 10