Search:

Type: Posts; User: cjjoy1980

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,653

    initialize array based on condition.

    I want to declare an array based on the condition (board type). I get the board type as return value from a function. Have written the snippet of the code from my project below.




    #include...
  2. Below link might be helpful for understanding...

    Below link might be helpful for understanding declarations:

    Clockwise/Spiral Rule
  3. Replies
    3
    Views
    1,689

    thanks Salem, iMalc.. yes (*headRef)->next...

    thanks Salem, iMalc.. yes (*headRef)->next worked.. Also removed redundant malloc statement.
  4. Replies
    3
    Views
    1,689

    Problem with double pointer

    I am having problem dereferencing a double pointer (headRef) and passing the address to struct pointer (temp). In the below deleteList function when i try to pass the address of headRef->next to...
  5. You can have a look at C programming Lectures by...

    You can have a look at C programming Lectures by Prof. Jerry Cain .
    Below is the you tube link for it:

    YouTube - Lecture 1 | Programming Paradigms (Stanford)
  6. Replies
    3
    Views
    1,355

    Thanks that is what I wanted..

    Thanks that is what I wanted..
  7. Replies
    3
    Views
    1,355

    Email notification

    Hi,
    Is there a way to be notified through email if any new thread is posted on the forum. Or is there a kind of forum feed in this forum.

    Currently I see a setting where the email...
  8. Replies
    3
    Views
    4,489

    Mutex lock question

    Hi all,
    I have a scenario where I need to use the mutex locks. The mutex locks are working fine, but sometimes I am getting into the dead lock situation.

    Below is the summary of my code :
    ...
  9. Replies
    5
    Views
    2,592

    Awesome....crystal clear. Thanks guys for all...

    Awesome....crystal clear.

    Thanks guys for all your explanations....
  10. Replies
    5
    Views
    2,592

    dynamic_cast uses?

    Hi,

    I am learning C++ and came across the topic dynamic_cast. I was able to understand what dynamic_cast means and syntax through sample examples in "C++ Complete Reference book".

    But...
Results 1 to 10 of 10