Search:

Type: Posts; User: kusal

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,139

    Sorry about that, did'nt scroll down enough in...

    Sorry about that, did'nt scroll down enough in the reference page.

    ther was very good exmple code in the bottom, much easier one.

    thank you!
  2. Replies
    7
    Views
    1,139

    if ( strftime(buffer, sizeof buffer, "%X",...

    if ( strftime(buffer, sizeof buffer, "%X", mytime) ) //print the time into buffer using %X format

    pls explain this line more detail.

    why use &now- the memory address of now, why not use only now
  3. Replies
    7
    Views
    1,139

    Need Help With This Code

    http://cboard.cprogramming.com/showthread.php?p=368715#post368715

    can anybody pls help me with this code, it runs fine but i can't understand what is happening

    a good explanation(line by line)...
  4. Thread: Concept

    by kusal
    Replies
    12
    Views
    2,552

    Thnx got the idea

    Thnx got the idea
  5. Thread: Concept

    by kusal
    Replies
    12
    Views
    2,552

    Sorry Dumb question but anyway it is...

    Sorry Dumb question

    but anyway it is altogether belongs to C language?

    What defnition do you give to "PART" word in my question?


    thnx
  6. Thread: Concept

    by kusal
    Replies
    12
    Views
    2,552

    I'm studing programming languages and concepts...

    I'm studing programming languages and concepts this year as a subject.

    so in that point of view can i say "printf is a part of C"

    i think it is, even though it is not a keyword, Still it is...
  7. Thread: Concept

    by kusal
    Replies
    12
    Views
    2,552

    Yeah thanks Got the idea thank you

    Yeah thanks Got the idea
    thank you
  8. Thread: Concept

    by kusal
    Replies
    12
    Views
    2,552

    But how can you set a keyword as a variable name?...

    But how can you set a keyword as a variable name?
    i think I'm lacking some basic knowlage, can anybody give me some good explanation?
  9. Thread: Concept

    by kusal
    Replies
    12
    Views
    2,552

    Concept

    point of view in a language concept
    manner:

    "Can i say that printf is a command in C language?"

    I think Yes bcos it's a keyword in C and only found in C (i think)

    thnx for the help
  10. Thread: date command

    by kusal
    Replies
    8
    Views
    1,526

    is that command can be use in a c code

    is that command can be use in a c code
  11. Thread: date command

    by kusal
    Replies
    8
    Views
    1,526

    it's bit complex to understand, is there any...

    it's bit complex to understand, is there any tutorial that has good explanation with the codeing
    thnx
  12. Thread: date command

    by kusal
    Replies
    8
    Views
    1,526

    date command

    is there a way i can display time(only) in hh:mm:ss format within a c code

    i use ubuntu and i tried date command in linux within a printf command but it did not work

    what is missing here

    i'm...
Results 1 to 12 of 12