Search:

Type: Posts; User: aj74

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,234

    char** within struct not printing correctly.

    Hello Folks:
    Please see the below code.

    char ** struct element donot print the values correctly in main(). But if it is printed within the func:assignStrctElements(), it prints correct. What is...
  2. Replies
    3
    Views
    853

    Read string line from its end of the line

    Need to read the string line from its end to get the numbers 1245 1295 or tokenize the string and get the numbers 1245 1295

    I am stuck here: Got the strlen ("DM_I_SENSE_RT_MIN_POS_I_SHIFT...
  3. Replies
    2
    Views
    4,419

    Search a pattern " ) , (" in string array

    Is there a way to search a pattern that are C- standard key characters in a string array using strstr function?. e.g :- I want to search for this pattern ),(
    The code lines below works for any...
Results 1 to 3 of 3