PLS RESPOND

Hi guys,

I am having issues with data validation, dunno what all validation to cover. Given is a program for a vector class. I have to perform all forms of validation on that. Pls suggest what all can be done.
Last edited on
What are you talking about?
I meant is anyone willing to validate a program for me?I have no clue how to do complete data validation.
Last edited on
You will learn sooner or later that nothing is free in this life :)
Last edited on
I know but am really clueless as to how to do complete validation. There's no harm in u guys giving some suggestions?
1
2
3
4
5
6
7
8
9
10
11
12
13
        string title;

        string director;

        string reldate;

        string genre;

        string cast;

        string synopsis;

        int runtime;


Do you want to validate everything? Some?

Can a runtime be negative? :)
I want to validate everything. Of course, runtime can't be negative.
Topic archived. No new replies allowed.