Search:

Type: Posts; User: ashish_runthala

Search: Search took 0.01 seconds.

  1. Solved Everything here. Thanks..

    Solved Everything here. Thanks..
  2. I was really stressed out that day. Salem helped...

    I was really stressed out that day. Salem helped me out. Thanks. I corrected every single error. I used Salem's advice this way.




    while(fgets(line, sizeof(line), pdbfile)) // Loop to find the...
  3. Thanks Andreas, I used the space as column...

    Thanks Andreas, I used the space as column delimiter. May be i need to specify the column numbers for the same. First i should solve this issue and then upload the initial problem. @Salem: When...
  4. Hey Salem, But my code is correctly parsing...

    Hey Salem,
    But my code is correctly parsing every single entry properly. You tell me how to write for each of the required field. Somewhere it is float, integer or string.
    So what you suggested...
  5. MSA_pdbfiles is a different array to extract the...

    MSA_pdbfiles is a different array to extract the available filenames present in the input file (with the extensions) so that their files can also be called iteratively. There is the problem coming...
  6. Dear Programmers, Yes now i understood how to...

    Dear Programmers,
    Yes now i understood how to use this forum (Courtesy: Grumpy). Please have a look at the attached file now. and solve the problem in my code. It says Segmentation Failure error. ...
  7. Dear Grumpy, Now you can check out the code. ...

    Dear Grumpy,
    Now you can check out the code. Your explanation seems good but it is still not correcting the code. Check the attached file and then explain, correct the code.
    Or if you give me your...
  8. Segmentation Fault related to the malloc usage in an iterative loop

    Dear Programmers,
    I developed a program with the pointer as matm. And now i want to use it iteratively for different files called from the same directory through my program. It is very big...
Results 1 to 8 of 8