0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~1K People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Re: data c++
Here is the way it works - "int examcode[11]" opens up a new array with 11 "slots" for integers. To access the first, use examcode[0]. To access the eleventh, use examcode[10]. Though the counting starts at 0, there are still 11 values stored in the array. Hope this clears things …
[QUOTE=daniyal_riaz;514259]seriosly i dont know too much of c++ i have downloaded these codes from net help me if you can[/QUOTE] Really? I would have never guessed... If you want to learn C++, this is probably the worst possible way to do it. There are many invaluable books and resources that …
The End.
dot.muffin