p.s. Don't forget to submit your student evaluation. You have less than a day remaining. This was ambiguously intended to be directed at students and mentors alike. Thank you to most of you that have completed your evaluations already. Now back to coding... ;)Cheers!Sean
On Jul 31, 2013, at 03:56 PM, Harmanpreet Singh wrote:I already encountered this problem. Are there any test cases available for g-obj's unexpected behavior or I have to have checks of my own on it?Quick answer is that you have to do your own checks, and should be doing them anyways as Rai mention
On Tue, Jul 30, 2013 at 11:04 PM, Christopher Sean Morrison
wrote:
> Just be prepared for g-obj to sometimes not complete successfully. You'll
> need to have some minimal code to detect this case.
I already encountered this problem. Are there any test cases available
for g-obj's unexpected beha
On Tue, Jul 30, 2013 at 11:04 PM, Christopher Sean Morrison
wrote:
>
> Just be prepared for g-obj to sometimes not complete successfully. You'll
> need to have some minimal code to detect this case.
Any operation you do, after that you need to verify that it success,
and then what two branches,
On Jul 30, 2013, at 12:24 PM, Harmanpreet Singh wrote:Currently, I have C program that take name of g file as command line argument and display the list of names of entities contained in that file. You didn't need to write a program. MGED can and should be used directly for this:mged -c file.g to
Following are my immediate next tasks:
1. Make user to upload file (g file).
2. Display names of entities of file on browser.
Currently, I have C program that take name of g file as command line
argument and display the list of names of entities contained in that
file.
Step 1 is completed.
For